mercurial/sparse.py
changeset 43117 8ff1ecfadcd1
parent 43106 d783f945a701
child 44060 a61287a95dc3
--- a/mercurial/sparse.py	Tue Oct 08 15:15:37 2019 -0700
+++ b/mercurial/sparse.py	Tue Oct 08 15:06:18 2019 -0700
@@ -121,7 +121,7 @@
 
     if rev is None:
         raise error.Abort(
-            _(b'cannot parse sparse patterns from working ' b'directory')
+            _(b'cannot parse sparse patterns from working directory')
         )
 
     includes, excludes, profiles = parseconfig(repo.ui, raw, b'sparse')
@@ -483,7 +483,7 @@
 
     if abort:
         raise error.Abort(
-            _(b'could not update sparseness due to pending ' b'changes')
+            _(b'could not update sparseness due to pending changes')
         )
 
     # Calculate actions