help: use progress instead of mq as in 'hg help config' example

This commit is contained in:
Matt Mackall 2013-11-22 17:12:43 +01:00
parent e02a62783a
commit ed6ec26983

View File

@ -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