mercurial/help.py
changeset 14044 0528b69f8db4
parent 13888 9e5407a67dea
child 14168 135e244776f0
equal deleted inserted replaced
14043:1c1e1232abdc 14044:0528b69f8db4
   101     (['merge-tools'], _('Merge Tools'), loaddoc('merge-tools')),
   101     (['merge-tools'], _('Merge Tools'), loaddoc('merge-tools')),
   102     (['templating', 'templates'], _('Template Usage'),
   102     (['templating', 'templates'], _('Template Usage'),
   103      loaddoc('templates')),
   103      loaddoc('templates')),
   104     (['urls'], _('URL Paths'), loaddoc('urls')),
   104     (['urls'], _('URL Paths'), loaddoc('urls')),
   105     (["extensions"], _("Using additional features"), extshelp),
   105     (["extensions"], _("Using additional features"), extshelp),
   106     (["subrepo", "subrepos"], _("Subrepositories"), loaddoc('subrepos')),
   106    (["subrepo", "subrepos"], _("Subrepositories"), loaddoc('subrepos')),
   107     (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')),
   107    (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')),
   108     (["glossary"], _("Glossary"), loaddoc('glossary')),
   108    (["glossary"], _("Glossary"), loaddoc('glossary')),
       
   109    (["hgignore", "ignore"], _("syntax for Mercurial ignore files"),
       
   110     loaddoc('hgignore')),
   109 ])
   111 ])
   110 
   112 
   111 # Map topics to lists of callable taking the current topic help and
   113 # Map topics to lists of callable taking the current topic help and
   112 # returning the updated version
   114 # returning the updated version
   113 helphooks = {
   115 helphooks = {