hgext/convert/subversion.py
changeset 43117 8ff1ecfadcd1
parent 43105 649d3ac37a12
child 43506 9f70512ae2cf
--- a/hgext/convert/subversion.py	Tue Oct 08 15:15:37 2019 -0700
+++ b/hgext/convert/subversion.py	Tue Oct 08 15:06:18 2019 -0700
@@ -189,7 +189,7 @@
     """
     if svn is None:
         raise error.Abort(
-            _(b'debugsvnlog could not load Subversion python ' b'bindings')
+            _(b'debugsvnlog could not load Subversion python bindings')
         )
 
     args = decodeargs(ui.fin.read())
@@ -647,7 +647,7 @@
             revstr,
         ):
             raise error.Abort(
-                _(b'%s entry %s is not a valid revision' b' identifier')
+                _(b'%s entry %s is not a valid revision identifier')
                 % (mapname, revstr)
             )