Mercurial > public > mercurial-scm > hg
diff mercurial/commands.py @ 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 | 71938479eff9 |
children | cc8c09855d19 |
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`.