help: make "hg help hgrc" an alias for "hg help config" stable
authorMartin Geisler <mg@lazybytes.net>
Thu, 02 Sep 2010 12:53:28 +0200
branchstable
changeset 12145 c407b4ca666e
parent 12134 26d86a6cf2af
child 12146 4d12c42fe932
help: make "hg help hgrc" an alias for "hg help config"
mercurial/help.py
--- 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'),