# HG changeset patch # User Martin Geisler # Date 2010-07-22 20:23:54 # Node ID 9dc1838d3b8ba56b82a2141e8c689e64e72e1c2d # Parent 83eb6b1465bff100fb5a56929f94550cdf030cdc # Parent 5ed6802e6bcb135c108fc6530102d3c281668d77 Merge with stable diff --git a/mercurial/help.py b/mercurial/help.py --- a/mercurial/help.py +++ b/mercurial/help.py @@ -82,7 +82,7 @@ def loaddoc(topic): return gettext(open(path).read()) return loader -helptable = ( +helptable = [ (["config"], _("Configuration Files"), loaddoc('config')), (["dates"], _("Date Formats"), loaddoc('dates')), (["patterns"], _("File Name Patterns"), loaddoc('patterns')), @@ -100,4 +100,4 @@ helptable = ( (["extensions"], _("Using additional features"), extshelp), (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')), (["glossary"], _("Glossary"), loaddoc('glossary')), -) +]