mercurial/help.py
branchstable
changeset 16547 23072be2eaa3
parent 16250 684864d54903
child 16568 770190bff625
equal deleted inserted replaced
16546:be786c5ac0a8 16547:23072be2eaa3
    65     (['diffs'], _('Diff Formats'), loaddoc('diffs')),
    65     (['diffs'], _('Diff Formats'), loaddoc('diffs')),
    66     (['merge-tools'], _('Merge Tools'), loaddoc('merge-tools')),
    66     (['merge-tools'], _('Merge Tools'), loaddoc('merge-tools')),
    67     (['templating', 'templates'], _('Template Usage'),
    67     (['templating', 'templates'], _('Template Usage'),
    68      loaddoc('templates')),
    68      loaddoc('templates')),
    69     (['urls'], _('URL Paths'), loaddoc('urls')),
    69     (['urls'], _('URL Paths'), loaddoc('urls')),
    70     (["extensions"], _("Using additional features"), extshelp),
    70     (["extensions"], _("Using Additional Features"), extshelp),
    71    (["subrepo", "subrepos"], _("Subrepositories"), loaddoc('subrepos')),
    71    (["subrepo", "subrepos"], _("Subrepositories"), loaddoc('subrepos')),
    72    (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')),
    72    (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')),
    73    (["glossary"], _("Glossary"), loaddoc('glossary')),
    73    (["glossary"], _("Glossary"), loaddoc('glossary')),
    74    (["hgignore", "ignore"], _("syntax for Mercurial ignore files"),
    74    (["hgignore", "ignore"], _("Syntax for Mercurial Ignore Files"),
    75     loaddoc('hgignore')),
    75     loaddoc('hgignore')),
    76    (["phases"], _("Working with Phases"), loaddoc('phases')),
    76    (["phases"], _("Working with Phases"), loaddoc('phases')),
    77 ])
    77 ])
    78 
    78 
    79 # Map topics to lists of callable taking the current topic help and
    79 # Map topics to lists of callable taking the current topic help and