# HG changeset patch # User Matt Mackall # Date 1385136763 -3600 # Node ID 14e283c9990866673c9dfdf5c10225fffa6f39f5 # Parent e57c532c3835f6b244f21815cafcce0df1d272ce help: use progress instead of mq as in 'hg help config' example 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