diff mercurial/help.py @ 11356:511445840148

help: add "glossary" topic Joint work with Vishakh Harikumar, Pradeepkumar Gayam, David Champion, Mark Booth, timeless, Matt Mackall, Heinrik Stuart, Greg Ward, and Martin Geisler.
author Faheem Mitha <faheem@email.unc.edu>
date Wed, 16 Jun 2010 15:20:22 +0530
parents 38182ed043b7
children 2f09b13e914d
line wrap: on
line diff
--- a/mercurial/help.py	Thu Jun 10 15:35:06 2010 +0200
+++ b/mercurial/help.py	Wed Jun 16 15:20:22 2010 +0530
@@ -98,4 +98,5 @@
     (['urls'], _('URL Paths'), loaddoc('urls')),
     (["extensions"], _("Using additional features"), extshelp),
     (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')),
+    (["glossary"], _("Glossary"), loaddoc('glossary')),
 )