# HG changeset patch # User FUJIWARA Katsunori # Date 1382631258 -32400 # Node ID 95304251c376dcfe72cb6146131aeaafd2fcdd36 # Parent 9ef92384415c06632cc38c5c3cfc1204eca9fefc 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. diff -r 9ef92384415c -r 95304251c376 mercurial/commands.py --- 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. diff -r 9ef92384415c -r 95304251c376 tests/test-help.t --- a/tests/test-help.t Fri Oct 25 01:14:18 2013 +0900 +++ b/tests/test-help.t Fri Oct 25 01:14:18 2013 +0900 @@ -1691,7 +1691,7 @@ (from branch) and Delete (from disk):

- +
opt/state A C M