diff -r bb96e12a3242 -r df47381b41d6 mercurial/commands.py --- a/mercurial/commands.py Thu Aug 11 22:05:31 2011 -0500 +++ b/mercurial/commands.py Thu Aug 11 22:05:57 2011 -0500 @@ -3950,13 +3950,16 @@ file states (columns) and option combinations (rows). The file states are Added [A], Clean [C], Modified [M] and Missing [!] (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 + 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 + ======= == == == == Note that remove never deletes files in Added [A] state from the working directory, not even if option --force is specified.