mercurial/help.py
branchstable
changeset 15996 0455463655e0
parent 14941 4a28cb4df1f8
child 16126 0c4bec9596d8
equal deleted inserted replaced
15995:b006735cf57a 15996:0455463655e0
    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 ])
    77 ])
    77 
    78 
    78 # 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
    79 # returning the updated version
    80 # returning the updated version
    80 helphooks = {}
    81 helphooks = {}