mercurial/help.py
branchstable
changeset 25881 9de443515f1d
parent 25660 328739ea70c3
child 26196 3a4620ad4490
equal deleted inserted replaced
25880:6fb55c6c6562 25881:9de443515f1d
   164     (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')),
   164     (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')),
   165     (["glossary"], _("Glossary"), loaddoc('glossary')),
   165     (["glossary"], _("Glossary"), loaddoc('glossary')),
   166     (["hgignore", "ignore"], _("Syntax for Mercurial Ignore Files"),
   166     (["hgignore", "ignore"], _("Syntax for Mercurial Ignore Files"),
   167      loaddoc('hgignore')),
   167      loaddoc('hgignore')),
   168     (["phases"], _("Working with Phases"), loaddoc('phases')),
   168     (["phases"], _("Working with Phases"), loaddoc('phases')),
       
   169     (['scripting'], _('Using Mercurial from scripts and automation'),
       
   170      loaddoc('scripting')),
   169 ])
   171 ])
   170 
   172 
   171 # Map topics to lists of callable taking the current topic help and
   173 # Map topics to lists of callable taking the current topic help and
   172 # returning the updated version
   174 # returning the updated version
   173 helphooks = {}
   175 helphooks = {}