--- a/mercurial/commands.py Fri Oct 25 01:14:18 2013 +0900
+++ b/mercurial/commands.py Fri Oct 25 01:14:18 2013 +0900
@@ -4769,14 +4769,14 @@
(as reported by :hg:`status`). The actions are Warn, Remove
(from branch) and Delete (from disk):
- ======= == == == ==
- A C M !
- ======= == == == ==
- none W RD W R
- -f R RD RD R
- -A W W W R
- -Af R R R R
- ======= == == == ==
+ ========= == == == ==
+ opt/state A C M !
+ ========= == == == ==
+ none W RD W R
+ -f R RD RD R
+ -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.