sapling/mercurial/help
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
..
config.txt doc: unify section level between help topics 2012-07-25 16:40:38 +09:00
dates.txt merge with stable 2011-04-05 11:09:08 +02:00
diffs.txt help: refer to user configuration file more consistently 2010-08-27 22:36:35 -04:00
environment.txt HGPLAIN: allow exceptions to plain mode, like i18n, via HGPLAINEXCEPT 2011-01-05 00:18:36 +11:00
extensions.txt help: refer to user configuration file more consistently 2010-08-27 22:36:35 -04:00
filesets.txt filesets: use example with quotes for encoding predicate 2012-01-10 15:20:16 +01:00
glossary.txt doc: add description about re-opening closed heads to 'Head, closed branch' in glossary 2012-04-23 00:33:09 +09:00
hgignore.txt doc: unify section level between help topics 2012-07-25 16:40:38 +09:00
hgweb.txt help: improve hgweb help 2012-06-21 12:50:15 +02:00
merge-tools.txt doc: unify section level between help topics 2012-07-25 16:40:38 +09:00
multirevs.txt setup: install translation files as package data 2009-12-01 16:06:10 +01:00
patterns.txt docs: don't use :hg: at the beginning of lines in notes (issue3397) 2012-04-25 23:28:54 +02:00
phases.txt doc: unify section level between help topics 2012-07-25 16:40:38 +09:00
revisions.txt help: include bookmarks in 'help revisions' and simplify wording 2012-05-16 10:29:11 -05:00
revsets.txt revset: simplify help not about quoting 2012-01-20 19:22:09 -06:00
subrepos.txt doc: unify section level between help topics 2012-07-25 16:40:38 +09:00
templates.txt templatefilters: move doc from templates.txt to docstrings 2011-03-12 12:46:31 +01:00
urls.txt help: Backed out changeset daf758dccb52, description of file urls 2011-11-18 01:32:28 +01:00