remove: clarify help text about added files never being deleted from disk
authorAdrian Buehlmann <adrian@cadifra.com>
Mon, 23 May 2011 15:56:31 +0200
changeset 14414 90937dd4d94b
parent 14413 5ef18e28df19
child 14415 c238b12a1ed4
remove: clarify help text about added files never being deleted from disk
mercurial/commands.py
--- 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`.