Mercurial > hg
changeset 17321:f3fd9d6802b7 stable
help: fix helptable indentation
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 01 Aug 2012 00:18:23 +0200 |
parents | 0c3c65c0d3fc |
children | 7124f984dc8d |
files | mercurial/help.py |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/help.py Wed Aug 01 14:08:19 2012 +0200 +++ b/mercurial/help.py Wed Aug 01 00:18:23 2012 +0200 @@ -155,12 +155,12 @@ 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')), - (["hgignore", "ignore"], _("Syntax for Mercurial Ignore Files"), - loaddoc('hgignore')), - (["phases"], _("Working with Phases"), loaddoc('phases')), + (["subrepo", "subrepos"], _("Subrepositories"), loaddoc('subrepos')), + (["hgweb"], _("Configuring hgweb"), loaddoc('hgweb')), + (["glossary"], _("Glossary"), loaddoc('glossary')), + (["hgignore", "ignore"], _("Syntax for Mercurial Ignore Files"), + loaddoc('hgignore')), + (["phases"], _("Working with Phases"), loaddoc('phases')), ]) # Map topics to lists of callable taking the current topic help and