##// END OF EJS Templates
doc: put text into header of 1st column in table to generate page correctly...
FUJIWARA Katsunori -
r19960:95304251 stable
parent child Browse files
Show More
@@ -4769,14 +4769,14 b' def remove(ui, repo, *pats, **opts):'
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.
@@ -1691,7 +1691,7 b' Dish up an empty repo; serve it cold.'
1691 (from branch) and Delete (from disk):
1691 (from branch) and Delete (from disk):
1692 </p>
1692 </p>
1693 <table>
1693 <table>
1694 <tr><td></td>
1694 <tr><td>opt/state</td>
1695 <td>A</td>
1695 <td>A</td>
1696 <td>C</td>
1696 <td>C</td>
1697 <td>M</td>
1697 <td>M</td>
General Comments 0
You need to be logged in to leave comments. Login now