# # # patch "ChangeLog" # from [78eefcfe46901e964e5ef86fc9f3c8b181cd513e] # to [04befd3a9c3c718d9f595a71475ecfe19850b7d7] # # patch "revision.cc" # from [59b042fe3932dd79b6d139803e934053528cc659] # to [18552f022f19747f0a8e6852e649de3f2e32b214] # ============================================================ --- ChangeLog 78eefcfe46901e964e5ef86fc9f3c8b181cd513e +++ ChangeLog 04befd3a9c3c718d9f595a71475ecfe19850b7d7 @@ -1,3 +1,8 @@ +2006-03-16 Richard Levitte + + * revision.cc (construct_revisions_from_ancestry): Linguistics: + Close a parenthesis. + 2006-03-15 Richard Levitte * diff_patch.cc (unidiff_hunk_writer::advance_to, ============================================================ --- revision.cc 59b042fe3932dd79b6d139803e934053528cc659 +++ revision.cc 18552f022f19747f0a8e6852e649de3f2e32b214 @@ -1264,7 +1264,7 @@ E(false, F("unknown attribute '%s' on path '%s'\n" "please contact %s so we can work out the right way to migrate this\n" "(if you just want it to go away, see the switch --drop-attr, but\n" - "seriously, if you'd like to keep it, we're happy to figure out how") + "seriously, if you'd like to keep it, we're happy to figure out how)") % key % file_path(sp) % PACKAGE_BUGREPORT); } }