Mercurial > hg-stable
changeset 25523:bde670e58ae0
help: use 'color' as an example (instead of 'progress')
Progress is now deprecated, using it as an example is suboptimal.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Thu, 11 Jun 2015 00:26:06 -0700 |
parents | 15c2c580b2a7 |
children | e0c09398c237 |
files | mercurial/help/config.txt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/help/config.txt Mon Jun 08 01:01:21 2015 -0700 +++ b/mercurial/help/config.txt Thu Jun 11 00:26:06 2015 -0700 @@ -641,8 +641,8 @@ Example for ``~/.hgrc``:: [extensions] - # (the progress extension will get loaded from Mercurial's path) - progress = + # (the color extension will get loaded from Mercurial's path) + color = # (this extension will get loaded from the file specified) myfeature = ~/.hgext/myfeature.py