# HG changeset patch
# User Matt Mackall <mpm@selenic.com>
# Date 1385136763 -3600
#      Fri Nov 22 17:12:43 2013 +0100
# Branch stable
# 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 @@
 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