# HG changeset patch # User Pierre-Yves David # Date 2015-06-11 07:26:06 # 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 --git a/mercurial/help/config.txt b/mercurial/help/config.txt --- a/mercurial/help/config.txt +++ b/mercurial/help/config.txt @@ -641,8 +641,8 @@ or ``foo = !`` when path is not supplied 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