hgext/narrow/narrowcommands.py
changeset 43117 8ff1ecfadcd1
parent 43077 687b865b95ad
child 43181 5ff32fdf0b0b
--- a/hgext/narrow/narrowcommands.py	Tue Oct 08 15:15:37 2019 -0700
+++ b/hgext/narrow/narrowcommands.py	Tue Oct 08 15:06:18 2019 -0700
@@ -249,7 +249,7 @@
         if not force:
             raise error.Abort(
                 _(b'local changes found'),
-                hint=_(b'use --force-delete-local-changes to ' b'ignore'),
+                hint=_(b'use --force-delete-local-changes to ignore'),
             )
 
     with ui.uninterruptible():