diff hgext/histedit.py @ 21175:dae36d3e1c60 stable

histedit, i18n: replace '+' with concatenation to make hggettext happy
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Tue, 22 Apr 2014 10:14:16 -0300
parents 76f68595ff8e
children 213fd1a99cd9
line wrap: on
line diff
--- 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()