changeset 14414:90937dd4d94b

remove: clarify help text about added files never being deleted from disk
author Adrian Buehlmann <adrian@cadifra.com>
date Mon, 23 May 2011 15:56:31 +0200
parents 5ef18e28df19
children c238b12a1ed4
files mercurial/commands.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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`.