diff mercurial/help.py @ 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 5ed6802e6bcb
children 4f8067c94729
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'),