diff -r d1bbabf7d35d -r c84b3f42d5ae mercurial/commands.py --- a/mercurial/commands.py Fri Sep 16 17:41:36 2011 -0500 +++ b/mercurial/commands.py Fri Sep 16 17:53:58 2011 -0500 @@ -4145,8 +4145,8 @@ ' to force removal)\n') % m.rel(f)) ret = 1 for f in added: - ui.warn(_('not removing %s: file has been marked for add (use -f' - ' to force removal)\n') % m.rel(f)) + ui.warn(_('not removing %s: file has been marked for add' + ' (use forget to undo)\n') % m.rel(f)) ret = 1 for f in sorted(list):