# HG changeset patch # User Adrian Buehlmann # Date 1306158991 -7200 # Node ID 90937dd4d94bdd6d2933b96b3fdfabb07dc53cc8 # Parent 5ef18e28df19453eb20229c818ceabbd46909c91 remove: clarify help text about added files never being deleted from disk diff -r 5ef18e28df19 -r 90937dd4d94b 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`.