# HG changeset patch # User Pierre-Yves David # Date 2017-02-21 21:53:38 # Node ID 01a0ea04c3725fa42dd48b8e5ff9fc765c54371d # Parent 791ea883fc44faee4f115b7cd64813ca702ccd60 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