hgext/histedit.py
branchstable
changeset 21175 dae36d3e1c60
parent 21029 76f68595ff8e
child 21233 213fd1a99cd9
--- 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()