help: use 'color' as an example (instead of 'progress')
Progress is now deprecated, using it as an example is suboptimal.
--- 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