# HG changeset patch # User Matt Mackall # Date 2013-11-22 16:12:43 # Node ID 14e283c9990866673c9dfdf5c10225fffa6f39f5 # Parent e57c532c3835f6b244f21815cafcce0df1d272ce help: use progress instead of mq as in 'hg help config' example diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt --- a/mercurial/help/config.txt +++ b/mercurial/help/config.txt @@ -495,8 +495,8 @@ or ``foo = !`` when path is not supplied 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