mercurial/help.py
changeset 14044 0528b69f8db4
parent 13888 9e5407a67dea
child 14168 135e244776f0
--- a/mercurial/help.py	Sat Apr 23 15:04:15 2011 +0200
+++ b/mercurial/help.py	Sun Apr 17 23:08:35 2011 +0800
@@ -103,9 +103,11 @@
      loaddoc('templates')),
     (['urls'], _('URL Paths'), loaddoc('urls')),
     (["extensions"], _("Using additional features"), extshelp),
-    (["subrepo", "subrepos"], _("Subrepositories"), loaddoc('subrepos')),
-    (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')),
-    (["glossary"], _("Glossary"), loaddoc('glossary')),
+   (["subrepo", "subrepos"], _("Subrepositories"), loaddoc('subrepos')),
+   (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')),
+   (["glossary"], _("Glossary"), loaddoc('glossary')),
+   (["hgignore", "ignore"], _("syntax for Mercurial ignore files"),
+    loaddoc('hgignore')),
 ])
 
 # Map topics to lists of callable taking the current topic help and