Mercurial > hg
changeset 12145:c407b4ca666e stable
help: make "hg help hgrc" an alias for "hg help config"
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Thu, 02 Sep 2010 12:53:28 +0200 |
parents | 26d86a6cf2af |
children | 4d12c42fe932 |
files | mercurial/help.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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'),