help: use 'color' as an example (instead of 'progress')
authorPierre-Yves David <pierre-yves.david@fb.com>
Thu, 11 Jun 2015 00:26:06 -0700
changeset 25523 bde670e58ae0
parent 25522 15c2c580b2a7
child 25524 e0c09398c237
help: use 'color' as an example (instead of 'progress') Progress is now deprecated, using it as an example is suboptimal.
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