diff -r e57c532c3835 -r 14e283c99908 mercurial/help/config.txt --- a/mercurial/help/config.txt Tue Nov 26 16:14:22 2013 -0800 +++ b/mercurial/help/config.txt Fri Nov 22 17:12:43 2013 +0100 @@ -495,8 +495,8 @@ Example for ``~/.hgrc``:: [extensions] - # (the mq extension will get loaded from Mercurial's path) - mq = + # (the progress extension will get loaded from Mercurial's path) + progress = # (this extension will get loaded from the file specified) myfeature = ~/.hgext/myfeature.py