changeset 41723 | ebbc4e70ebd1 |
parent 41238 | 8c366af085f4 |
child 41760 | 1eb2fc21da12 |
--- a/hgext/narrow/narrowcommands.py Fri Feb 15 14:43:31 2019 -0500 +++ b/hgext/narrow/narrowcommands.py Mon Feb 11 19:41:37 2019 +0300 @@ -348,7 +348,7 @@ """ opts = pycompat.byteskwargs(opts) if repository.NARROW_REQUIREMENT not in repo.requirements: - raise error.Abort(_('the narrow command is only supported on ' + raise error.Abort(_('the tracked command is only supported on ' 'respositories cloned with --narrow')) # Before supporting, decide whether it "hg tracked --clear" should mean