equal
deleted
inserted
replaced
4767 file states (columns) and option combinations (rows). The file |
4767 file states (columns) and option combinations (rows). The file |
4768 states are Added [A], Clean [C], Modified [M] and Missing [!] |
4768 states are Added [A], Clean [C], Modified [M] and Missing [!] |
4769 (as reported by :hg:`status`). The actions are Warn, Remove |
4769 (as reported by :hg:`status`). The actions are Warn, Remove |
4770 (from branch) and Delete (from disk): |
4770 (from branch) and Delete (from disk): |
4771 |
4771 |
4772 ======= == == == == |
4772 ========= == == == == |
4773 A C M ! |
4773 opt/state A C M ! |
4774 ======= == == == == |
4774 ========= == == == == |
4775 none W RD W R |
4775 none W RD W R |
4776 -f R RD RD R |
4776 -f R RD RD R |
4777 -A W W W R |
4777 -A W W W R |
4778 -Af R R R R |
4778 -Af R R R R |
4779 ======= == == == == |
4779 ========= == == == == |
4780 |
4780 |
4781 Note that remove never deletes files in Added [A] state from the |
4781 Note that remove never deletes files in Added [A] state from the |
4782 working directory, not even if option --force is specified. |
4782 working directory, not even if option --force is specified. |
4783 |
4783 |
4784 Returns 0 on success, 1 if any warnings encountered. |
4784 Returns 0 on success, 1 if any warnings encountered. |