[PATCH 1 of 5] help: fix helptable indentation

Mads Kiilerich mads at kiilerich.com
Tue Jul 31 17:22:29 CDT 2012


# HG changeset patch
# User Mads Kiilerich <mads at kiilerich.com>
# Date 1343773103 -7200
# Branch stable
# Node ID c2f9c4235b35145714f965e95be1895f8c3f5cfe
# Parent  7d2967de2c04489f9ce64308eb39d8a55d66af7c
help: fix helptable indentation

diff --git a/mercurial/help.py b/mercurial/help.py
--- a/mercurial/help.py
+++ b/mercurial/help.py
@@ -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


More information about the Mercurial-devel mailing list