--- a/mercurial/cmdutil.py Tue Sep 20 12:24:01 2016 -0700
+++ b/mercurial/cmdutil.py Fri Sep 02 21:46:00 2016 +0000
@@ -2509,8 +2509,8 @@
for f in added:
count += 1
ui.progress(_('skipping'), count, total=total, unit=_('files'))
- warnings.append(_('not removing %s: file has been marked for add'
- ' (use forget to undo)\n') % m.rel(f))
+ warnings.append(_("not removing %s: file has been marked for add"
+ " (use 'hg forget' to undo add)\n") % m.rel(f))
ret = 1
ui.progress(_('skipping'), None)
--- a/tests/test-largefiles.t Tue Sep 20 12:24:01 2016 -0700
+++ b/tests/test-largefiles.t Fri Sep 02 21:46:00 2016 +0000
@@ -112,7 +112,7 @@
normalnew already tracked!
$ hg remove normalnew largenew
not removing largenew: file is untracked
- not removing normalnew: file has been marked for add (use forget to undo)
+ not removing normalnew: file has been marked for add (use 'hg forget' to undo add)
[1]
$ rm normalnew largenew
$ hg up -Cq
--- a/tests/test-remove.t Tue Sep 20 12:24:01 2016 -0700
+++ b/tests/test-remove.t Fri Sep 02 21:46:00 2016 +0000
@@ -50,7 +50,7 @@
\r (no-eol) (esc)
skipping [===========================================>] 1/1\r (no-eol) (esc)
\r (no-eol) (esc)
- not removing bar: file has been marked for add (use forget to undo)
+ not removing bar: file has been marked for add (use 'hg forget' to undo add)
exit code: 1
A bar
./bar