diff -r defabf63e969 -r 8ff1ecfadcd1 hgext/narrow/narrowcommands.py --- 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():