--- 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