diff mercurial/help.py @ 16547:23072be2eaa3 stable

help: consistently use title capitalization for help topics
author Martin Geisler <mg@aragost.com>
date Mon, 30 Apr 2012 11:51:24 +0200
parents 684864d54903
children 770190bff625
line wrap: on
line diff
--- a/mercurial/help.py	Sat Apr 28 16:38:07 2012 -0500
+++ b/mercurial/help.py	Mon Apr 30 11:51:24 2012 +0200
@@ -67,11 +67,11 @@
     (['templating', 'templates'], _('Template Usage'),
      loaddoc('templates')),
     (['urls'], _('URL Paths'), loaddoc('urls')),
-    (["extensions"], _("Using additional features"), extshelp),
+    (["extensions"], _("Using Additional Features"), extshelp),
    (["subrepo", "subrepos"], _("Subrepositories"), loaddoc('subrepos')),
    (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')),
    (["glossary"], _("Glossary"), loaddoc('glossary')),
-   (["hgignore", "ignore"], _("syntax for Mercurial ignore files"),
+   (["hgignore", "ignore"], _("Syntax for Mercurial Ignore Files"),
     loaddoc('hgignore')),
    (["phases"], _("Working with Phases"), loaddoc('phases')),
 ])