sapling/hgext/convert
FUJIWARA Katsunori 0cf97588a4 doc: unify section level between help topics
Some help topics use "-" for the top level underlining section mark,
but "-" is used also for the top level categorization in generated
documents: "hg.1.html", for example.

So, TOC in such documents contain "sections in each topics", too.

This patch changes underlining section mark in some help topics to
unify section level in generated documents.

After this patching, levels of each section marks are:

  level0
  """"""
    level1
    ======
      level2
      ------
        level3
        ......
          level4
          ######

And use of section markers in each documents are:

  - mercurial/help/*.txt can use level1 or more
    (now these use level1 and level2)

  - help for core commands can use level2 or more
    (now these use no section marker)

  - descriptions of extensions can use level2 or more
    (now hgext/acl uses level2)

  - help for commands defined in extension can use level4 or more
    (now "convert" of hgext/convert uses level4)

"Level0" is used as top level categorization only in "doc/hg.1.txt"
and the intermediate file generated by "doc/gendoc.py", so end users
don't see it in "hg help" outoput and so on.
2012-07-25 16:40:38 +09:00
..
__init__.py doc: unify section level between help topics 2012-07-25 16:40:38 +09:00
bzr.py cleanup: replace naked excepts with except Exception: ... 2012-05-12 16:02:46 +02:00
common.py cleanup: replace naked excepts with more specific ones 2012-05-12 16:02:45 +02:00
convcmd.py convert: lowercase status and abort messages 2012-06-12 14:18:18 +02:00
cvs.py cleanup: eradicate long lines 2012-05-12 15:54:54 +02:00
cvsps.py cleanup: replace naked excepts with more specific ones 2012-05-12 16:02:45 +02:00
darcs.py i18n: use locale insensitive format for datetimes as intermediate representation (issue3398) 2012-04-26 02:41:20 +09:00
filemap.py convert: remove unused newnames variable in filemap 2012-07-16 15:50:19 +02:00
git.py cleanup: replace naked excepts with except Exception: ... 2012-05-12 16:02:46 +02:00
gnuarch.py backout 17bc9a6bb165 (issue3077) (issue3071) 2011-10-29 11:02:23 -05:00
hg.py revlog: descendants(*revs) becomes descendants(revs) (API) 2012-06-01 12:45:16 -07:00
monotone.py cleanup: replace naked excepts with except Exception: ... 2012-05-12 16:02:46 +02:00
p4.py i18n: use locale insensitive format for datetimes as intermediate representation (issue3398) 2012-04-26 02:41:20 +09:00
subversion.py convert/svn: handle non-local svn destination paths (issue3142) 2012-07-26 12:07:55 +02:00
transport.py Remove FSF mailing address from GPL headers 2012-01-06 16:27:13 +01:00