From ed6ec2698312ab72de79282319f1a630e870bf47 Mon Sep 17 00:00:00 2001 From: Matt Mackall Date: Fri, 22 Nov 2013 17:12:43 +0100 Subject: [PATCH] help: use progress instead of mq as in 'hg help config' example --- mercurial/help/config.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt index 62eeef570b..c2d636c210 100644 --- a/mercurial/help/config.txt +++ b/mercurial/help/config.txt @@ -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