Show More
@@ -155,12 +155,12 b' helptable = sorted([' | |||||
155 | loaddoc('templates')), |
|
155 | loaddoc('templates')), | |
156 | (['urls'], _('URL Paths'), loaddoc('urls')), |
|
156 | (['urls'], _('URL Paths'), loaddoc('urls')), | |
157 | (["extensions"], _("Using Additional Features"), extshelp), |
|
157 | (["extensions"], _("Using Additional Features"), extshelp), | |
158 | (["subrepo", "subrepos"], _("Subrepositories"), loaddoc('subrepos')), |
|
158 | (["subrepo", "subrepos"], _("Subrepositories"), loaddoc('subrepos')), | |
159 | (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')), |
|
159 | (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')), | |
160 | (["glossary"], _("Glossary"), loaddoc('glossary')), |
|
160 | (["glossary"], _("Glossary"), loaddoc('glossary')), | |
161 | (["hgignore", "ignore"], _("Syntax for Mercurial Ignore Files"), |
|
161 | (["hgignore", "ignore"], _("Syntax for Mercurial Ignore Files"), | |
162 | loaddoc('hgignore')), |
|
162 | loaddoc('hgignore')), | |
163 | (["phases"], _("Working with Phases"), loaddoc('phases')), |
|
163 | (["phases"], _("Working with Phases"), loaddoc('phases')), | |
164 | ]) |
|
164 | ]) | |
165 |
|
165 | |||
166 | # Map topics to lists of callable taking the current topic help and |
|
166 | # Map topics to lists of callable taking the current topic help and |
General Comments 0
You need to be logged in to leave comments.
Login now