mercurial/commands.py
changeset 15115 c84b3f42d5ae
parent 15114 d1bbabf7d35d
child 15118 9a1438f6af5f
--- 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):