author | Martin Geisler <mg@lazybytes.net> |
Thu, 02 Sep 2010 12:53:28 +0200 | |
branch | stable |
changeset 12145 | c407b4ca666e |
parent 12134 | 26d86a6cf2af |
child 12146 | 4d12c42fe932 |
mercurial/help.py | file | annotate | diff | comparison | revisions |
--- a/mercurial/help.py Mon Aug 30 17:17:20 2010 +0200 +++ b/mercurial/help.py Thu Sep 02 12:53:28 2010 +0200 @@ -83,7 +83,7 @@ return loader helptable = [ - (["config"], _("Configuration Files"), loaddoc('config')), + (["config", "hgrc"], _("Configuration Files"), loaddoc('config')), (["dates"], _("Date Formats"), loaddoc('dates')), (["patterns"], _("File Name Patterns"), loaddoc('patterns')), (['environment', 'env'], _('Environment Variables'),