From patchwork Tue Feb 28 19:25:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [6, of, 7] help: use 'churn' instead of 'color' as an example extension From: Pierre-Yves David X-Patchwork-Id: 18846 Message-Id: <9fffdf9b71de54fba36d.1488309946@nodosa.octopoid.net> To: mercurial-devel@mercurial-scm.org Date: Tue, 28 Feb 2017 20:25:46 +0100 # HG changeset patch # User Pierre-Yves David # Date 1487714018 -3600 # Tue Feb 21 22:53:38 2017 +0100 # Node ID 9fffdf9b71de54fba36d3efd581aa660ab8076d1 # Parent 63ff941fd53a11b8e295db36f3787f60ef0c9ceb # EXP-Topic color help: use 'churn' instead of 'color' as an example extension The 'color' extensions is now deprecated. diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt --- a/mercurial/help/config.txt +++ b/mercurial/help/config.txt @@ -728,8 +728,8 @@ or ``foo = !`` when path is not supplied Example for ``~/.hgrc``:: [extensions] - # (the color extension will get loaded from Mercurial's path) - color = + # (the churn extension will get loaded from Mercurial's path) + churn = # (this extension will get loaded from the file specified) myfeature = ~/.hgext/myfeature.py