Submitter | Pierre-Yves David |
---|---|
Date | May 1, 2017, 2:03 p.m. |
Message ID | <9d22060b2d46a15480b9.1493647413@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/20331/ |
State | Accepted |
Headers | show
Return-Path: <mercurial-devel-bounces@mercurial-scm.org> X-Original-To: patchwork@mercurial-scm.org Delivered-To: patchwork@mercurial-scm.org Received: from localhost (localhost [127.0.0.1]) by mercurial-scm.org (Postfix) with ESMTP id 643C82C294; Mon, 1 May 2017 10:10:51 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at mercurial-scm.org Received: from mercurial-scm.org ([127.0.0.1]) by localhost (mercurial-scm.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id d6plqZWctybD; Mon, 1 May 2017 10:10:50 -0400 (EDT) Received: from mercurial-scm.org (localhost [IPv6:::1]) by mercurial-scm.org (Postfix) with ESMTP id E18CE2C297; Mon, 1 May 2017 10:10:43 -0400 (EDT) X-Original-To: mercurial-devel@mercurial-scm.org Delivered-To: mercurial-devel@mercurial-scm.org Received: from localhost (localhost [127.0.0.1]) by mercurial-scm.org (Postfix) with ESMTP id B55F22C288 for <mercurial-devel@mercurial-scm.org>; Mon, 1 May 2017 10:10:41 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at mercurial-scm.org Received: from mercurial-scm.org ([127.0.0.1]) by localhost (mercurial-scm.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id syZBCzYhHbao for <mercurial-devel@mercurial-scm.org>; Mon, 1 May 2017 10:10:41 -0400 (EDT) Received: from sonata.ens-lyon.org (sonata.ens-lyon.org [140.77.166.138]) by mercurial-scm.org (Postfix) with ESMTPS id 214F02C28D for <mercurial-devel@mercurial-scm.org>; Mon, 1 May 2017 10:10:39 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 5B8AD200CA; Mon, 1 May 2017 16:10:38 +0200 (CEST) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id riqGhzFR-M1y; Mon, 1 May 2017 16:10:38 +0200 (CEST) Received: from nodosa.octopoid.net (lns-bzn-36-82-251-17-70.adsl.proxad.net [82.251.17.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id 2BAB8200CC; Mon, 1 May 2017 16:10:38 +0200 (CEST) MIME-Version: 1.0 Subject: [PATCH 3 of 5 STABLE] color: point to the config help in global help topic X-Mercurial-Node: 9d22060b2d46a15480b972a41bd6f2de2ef610d7 X-Mercurial-Series-Index: 3 X-Mercurial-Series-Total: 5 Message-Id: <9d22060b2d46a15480b9.1493647413@nodosa.octopoid.net> X-Mercurial-Series-Id: <aac8744576ced029e5f8.1493647411@nodosa.octopoid.net> In-Reply-To: <aac8744576ced029e5f8.1493647411@nodosa.octopoid.net> References: <aac8744576ced029e5f8.1493647411@nodosa.octopoid.net> User-Agent: Mercurial-patchbomb/4.2-rc+23-f9dd22b588e9 Date: Mon, 01 May 2017 16:03:33 +0200 From: Pierre-Yves David <pierre-yves.david@ens-lyon.org> To: mercurial-devel@mercurial-scm.org X-BeenThere: mercurial-devel@mercurial-scm.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <mercurial-devel.mercurial-scm.org> List-Unsubscribe: <https://www.mercurial-scm.org/mailman/options/mercurial-devel>, <mailto:mercurial-devel-request@mercurial-scm.org?subject=unsubscribe> List-Archive: <http://www.mercurial-scm.org/pipermail/mercurial-devel/> List-Post: <mailto:mercurial-devel@mercurial-scm.org> List-Help: <mailto:mercurial-devel-request@mercurial-scm.org?subject=help> List-Subscribe: <https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel>, <mailto:mercurial-devel-request@mercurial-scm.org?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: mercurial-devel-bounces@mercurial-scm.org Sender: "Mercurial-devel" <mercurial-devel-bounces@mercurial-scm.org> |
Comments
Pierre-Yves David - May 1, 2017, 2:03 p.m.
Patch
diff --git a/mercurial/help/color.txt b/mercurial/help/color.txt --- a/mercurial/help/color.txt +++ b/mercurial/help/color.txt @@ -15,6 +15,8 @@ To disable color use:: [ui] color = never +See :hg:`help config.ui.color` for details. + Mode ====