mercurial/commands.py
changeset 18053 0c2f0048125d
parent 18039 2c2564280900
child 18068 4bec77e62c00
--- a/mercurial/commands.py	Sun Dec 09 23:33:16 2012 +0100
+++ b/mercurial/commands.py	Sun Dec 09 23:33:16 2012 +0100
@@ -4880,8 +4880,7 @@
     elif after:
         list = deleted
         for f in modified + added + clean:
-            ui.warn(_('not removing %s: file still exists (use -f'
-                      ' to force removal)\n') % m.rel(f))
+            ui.warn(_('not removing %s: file still exists\n') % m.rel(f))
             ret = 1
     else:
         list = deleted + clean