Show More
@@ -82,7 +82,7 b' def loaddoc(topic):' | |||
|
82 | 82 | return gettext(open(path).read()) |
|
83 | 83 | return loader |
|
84 | 84 | |
|
85 |
helptable = |
|
|
85 | helptable = [ | |
|
86 | 86 | (["config"], _("Configuration Files"), loaddoc('config')), |
|
87 | 87 | (["dates"], _("Date Formats"), loaddoc('dates')), |
|
88 | 88 | (["patterns"], _("File Name Patterns"), loaddoc('patterns')), |
@@ -100,4 +100,4 b' helptable = (' | |||
|
100 | 100 | (["extensions"], _("Using additional features"), extshelp), |
|
101 | 101 | (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')), |
|
102 | 102 | (["glossary"], _("Glossary"), loaddoc('glossary')), |
|
103 | ) | |
|
103 | ] |
General Comments 0
You need to be logged in to leave comments.
Login now