comparison mercurial/help.py @ 14044:0528b69f8db4

help: move hgignore man page into built-in help (issue2769)
author Yun Lee <yun.lee.bj@gmail.com>
date Sun, 17 Apr 2011 23:08:35 +0800
parents 9e5407a67dea
children 135e244776f0
comparison
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 = {