##// END OF EJS Templates
help: make "hg help hgrc" an alias for "hg help config"
Martin Geisler -
r12145:c407b4ca stable
parent child Browse files
Show More
@@ -83,7 +83,7 b' def loaddoc(topic):'
83 return loader
83 return loader
84
84
85 helptable = [
85 helptable = [
86 (["config"], _("Configuration Files"), loaddoc('config')),
86 (["config", "hgrc"], _("Configuration Files"), loaddoc('config')),
87 (["dates"], _("Date Formats"), loaddoc('dates')),
87 (["dates"], _("Date Formats"), loaddoc('dates')),
88 (["patterns"], _("File Name Patterns"), loaddoc('patterns')),
88 (["patterns"], _("File Name Patterns"), loaddoc('patterns')),
89 (['environment', 'env'], _('Environment Variables'),
89 (['environment', 'env'], _('Environment Variables'),
General Comments 0
You need to be logged in to leave comments. Login now