Mercurial > public > mercurial-scm > hg-stable
diff mercurial/help.py @ 14044:0528b69f8db4
help: move hgignore man page into built-in help (issue2769)
author | Yun Lee <yun.lee.bj@gmail.com> |
---|---|
date | Sun, 17 Apr 2011 23:08:35 +0800 |
parents | 9e5407a67dea |
children | 135e244776f0 |
line wrap: on
line diff
--- a/mercurial/help.py Sat Apr 23 15:04:15 2011 +0200 +++ b/mercurial/help.py Sun Apr 17 23:08:35 2011 +0800 @@ -103,9 +103,11 @@ loaddoc('templates')), (['urls'], _('URL Paths'), loaddoc('urls')), (["extensions"], _("Using additional features"), extshelp), - (["subrepo", "subrepos"], _("Subrepositories"), loaddoc('subrepos')), - (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')), - (["glossary"], _("Glossary"), loaddoc('glossary')), + (["subrepo", "subrepos"], _("Subrepositories"), loaddoc('subrepos')), + (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')), + (["glossary"], _("Glossary"), loaddoc('glossary')), + (["hgignore", "ignore"], _("syntax for Mercurial ignore files"), + loaddoc('hgignore')), ]) # Map topics to lists of callable taking the current topic help and