comparison tests/test-help.t @ 15861:ee8f5e4ce7b8

minirst: simplify and standardize field list formatting The default width of field lists is changed from 12 to 14 to align minirst with the rst2html tool. Shrinking the width of the left column to fit the content is removed, to keep formatting simple and uniform.
author Olav Reinert <seroton10@gmail.com>
date Wed, 11 Jan 2012 18:08:25 +0100
parents 65f7e986a0d0
children d0f2a89c8cfa
comparison
equal deleted inserted replaced
15860:3ecce805ac13 15861:ee8f5e4ce7b8
673 verify verify the integrity of the repository 673 verify verify the integrity of the repository
674 version output version and copyright information 674 version output version and copyright information
675 675
676 enabled extensions: 676 enabled extensions:
677 677
678 helpext (no help text available) 678 helpext (no help text available)
679 679
680 additional help topics: 680 additional help topics:
681 681
682 config Configuration Files 682 config Configuration Files
683 dates Date Formats 683 dates Date Formats
746 uncommitted merge is in progress, "." is the revision of the first parent. 746 uncommitted merge is in progress, "." is the revision of the first parent.
747 747
748 Test templating help 748 Test templating help
749 749
750 $ hg help templating | egrep '(desc|diffstat|firstline|nonempty) ' 750 $ hg help templating | egrep '(desc|diffstat|firstline|nonempty) '
751 desc String. The text of the changeset description. 751 desc String. The text of the changeset description.
752 diffstat String. Statistics of changes with the following format: 752 diffstat String. Statistics of changes with the following format:
753 firstline Any text. Returns the first line of text. 753 firstline Any text. Returns the first line of text.
754 nonempty Any text. Returns '(none)' if the string is empty. 754 nonempty Any text. Returns '(none)' if the string is empty.
755 755
756 Test help hooks 756 Test help hooks
757 757
758 $ cat > helphook1.py <<EOF 758 $ cat > helphook1.py <<EOF
759 > from mercurial import help 759 > from mercurial import help