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