##// END OF EJS Templates
Merge with stable
Martin Geisler -
r11658:9dc1838d merge default
parent child Browse files
Show More
@@ -82,7 +82,7 b' def loaddoc(topic):'
82 return gettext(open(path).read())
82 return gettext(open(path).read())
83 return loader
83 return loader
84
84
85 helptable = (
85 helptable = [
86 (["config"], _("Configuration Files"), loaddoc('config')),
86 (["config"], _("Configuration Files"), loaddoc('config')),
87 (["dates"], _("Date Formats"), loaddoc('dates')),
87 (["dates"], _("Date Formats"), loaddoc('dates')),
88 (["patterns"], _("File Name Patterns"), loaddoc('patterns')),
88 (["patterns"], _("File Name Patterns"), loaddoc('patterns')),
@@ -100,4 +100,4 b' helptable = ('
100 (["extensions"], _("Using additional features"), extshelp),
100 (["extensions"], _("Using additional features"), extshelp),
101 (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')),
101 (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')),
102 (["glossary"], _("Glossary"), loaddoc('glossary')),
102 (["glossary"], _("Glossary"), loaddoc('glossary')),
103 )
103 ]
General Comments 0
You need to be logged in to leave comments. Login now