# HG changeset patch # User Pierre-Yves David # Date 1434007566 25200 # Node ID bde670e58ae0ed647045383ae138e7f8666e59d0 # Parent 15c2c580b2a7cbf81df711325a59081946c38ad9 help: use 'color' as an example (instead of 'progress') Progress is now deprecated, using it as an example is suboptimal. diff -r 15c2c580b2a7 -r bde670e58ae0 mercurial/help/config.txt --- 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