[PATCH 4 of 7] color: update main documentation

Yuya Nishihara yuya at tcha.org
Wed Mar 1 13:39:04 UTC 2017


On Tue, 28 Feb 2017 20:25:44 +0100, Pierre-Yves David wrote:
> # HG changeset patch
> # User Pierre-Yves David <pierre-yves.david at ens-lyon.org>
> # Date 1487703895 -3600
> #      Tue Feb 21 20:04:55 2017 +0100
> # Node ID 84cd9b720b92c6bab764bc172b8cf2795f8e8600
> # Parent  c65f0cd7a22844c071c888cdd10c2cd625e766c5
> # EXP-Topic color
> color: update main documentation

This needs to update the help table. Should I fix it in flight?

diff --git a/mercurial/help.py b/mercurial/help.py
--- a/mercurial/help.py
+++ b/mercurial/help.py
@@ -208,6 +208,7 @@ def internalshelp(ui):
     return ''.join(lines)
 
 helptable = sorted([
+    (['color'], _("Colorizing Outputs"), loaddoc('color')),
     (["config", "hgrc"], _("Configuration Files"), loaddoc('config')),
     (["dates"], _("Date Formats"), loaddoc('dates')),
     (["patterns"], _("File Name Patterns"), loaddoc('patterns')),


More information about the Mercurial-devel mailing list