Mercurial > public > mercurial-scm > hg-stable
diff mercurial/help.py @ 9785:b52f0f221325
help: add "hg help config" topic
This is a condensed version of the first two sections of hgrc.5.txt.
After a slight upgrade of minirst, we can move the whole of hgrc.5.txt
into the config help topic and just let the man page include it.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sat, 07 Nov 2009 22:12:50 +0100 |
parents | e2b1de5fee04 |
children | 25e572394f5c |
line wrap: on
line diff
--- a/mercurial/help.py Sat Nov 07 18:47:04 2009 +0100 +++ b/mercurial/help.py Sat Nov 07 22:12:50 2009 +0100 @@ -80,6 +80,7 @@ return loader helptable = ( + (["config"], _("Configuration Files"), loaddoc('config')), (["dates"], _("Date Formats"), loaddoc('dates')), (["patterns"], _("File Name Patterns"), loaddoc('patterns')), (['environment', 'env'], _('Environment Variables'), loaddoc('environment')),