comparison mercurial/commands.py @ 19960:95304251c376 stable

doc: put text into header of 1st column in table to generate page correctly >From the table without header text of 1st column, docutils generates the table with fully empty header row.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Fri, 25 Oct 2013 01:14:18 +0900
parents 9ef92384415c
children de16c673455b
comparison
equal deleted inserted replaced
19959:9ef92384415c 19960:95304251c376
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.