Mercurial > hg
changeset 20142:14e283c99908 stable
help: use progress instead of mq as in 'hg help config' example
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 22 Nov 2013 17:12:43 +0100 |
parents | e57c532c3835 |
children | 216d3d85372b |
files | mercurial/help/config.txt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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