mercurial/commands.py
changeset 14414 90937dd4d94b
parent 14399 71938479eff9
child 14434 cc8c09855d19
--- a/mercurial/commands.py	Wed May 18 09:12:27 2011 +0200
+++ b/mercurial/commands.py	Mon May 23 15:56:31 2011 +0200
@@ -3894,6 +3894,9 @@
       -A     W  W  W  R
       -Af    R  R  R  R
 
+    Note that remove never deletes files in Added [A] state from the
+    working directory, not even if option --force is specified.
+
     This command schedules the files to be removed at the next commit.
     To undo a remove before that, see :hg:`revert`.