Mercurial > public > mercurial-scm > hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
11355:9011036ba79d | 11356:511445840148 |
---|---|
96 (['templating', 'templates'], _('Template Usage'), | 96 (['templating', 'templates'], _('Template Usage'), |
97 loaddoc('templates')), | 97 loaddoc('templates')), |
98 (['urls'], _('URL Paths'), loaddoc('urls')), | 98 (['urls'], _('URL Paths'), loaddoc('urls')), |
99 (["extensions"], _("Using additional features"), extshelp), | 99 (["extensions"], _("Using additional features"), extshelp), |
100 (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')), | 100 (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')), |
101 (["glossary"], _("Glossary"), loaddoc('glossary')), | |
101 ) | 102 ) |