help: use progress instead of mq as in 'hg help config' example stable
authorMatt Mackall <mpm@selenic.com>
Fri, 22 Nov 2013 17:12:43 +0100
branchstable
changeset 20142 14e283c99908
parent 20109 e57c532c3835
child 20143 216d3d85372b
help: use progress instead of mq as in 'hg help config' example
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