# HG changeset patch # User Wagner Bruna # Date 1398172456 10800 # Node ID dae36d3e1c60465bfb56f210b4cb3b231f46e5dd # Parent 7991df9d2f20c4db0b9d8591bc02f285ed9626f6 histedit, i18n: replace '+' with concatenation to make hggettext happy diff -r 7991df9d2f20 -r dae36d3e1c60 hgext/histedit.py --- a/hgext/histedit.py Tue Apr 22 10:12:21 2014 -0300 +++ b/hgext/histedit.py Tue Apr 22 10:14:16 2014 -0300 @@ -570,7 +570,7 @@ else: rootrevs = list(repo.set('roots(%lr)', revs)) if len(rootrevs) != 1: - raise util.Abort(_('The specified revisions must have ' + + raise util.Abort(_('The specified revisions must have ' 'exactly one common root')) root = rootrevs[0].node()