Show More
@@ -83,7 +83,7 b' def loaddoc(topic):' | |||
|
83 | 83 | return loader |
|
84 | 84 | |
|
85 | 85 | helptable = [ |
|
86 | (["config"], _("Configuration Files"), loaddoc('config')), | |
|
86 | (["config", "hgrc"], _("Configuration Files"), loaddoc('config')), | |
|
87 | 87 | (["dates"], _("Date Formats"), loaddoc('dates')), |
|
88 | 88 | (["patterns"], _("File Name Patterns"), loaddoc('patterns')), |
|
89 | 89 | (['environment', 'env'], _('Environment Variables'), |
General Comments 0
You need to be logged in to leave comments.
Login now