[PATCH 1 of 6 stable] help: use strip instead of mq as in 'hg help config' example

Martin Geisler mg at lazybytes.net
Sat Nov 23 13:02:52 CST 2013


# HG changeset patch
# User Martin Geisler <martin at geisler.net>
# Date 1385136763 -3600
#      Fri Nov 22 17:12:43 2013 +0100
# Branch stable
# Node ID 62bc6f9d0080426eaa7cafd4f5f051ca2efd3a13
# Parent  06ef32c3b4bb2974749eefa171434903fe887e46
help: use strip instead of mq as in 'hg help config' example

Most users enable the MQ extension to get access to 'hg strip', so we
can help them by showing them the strip extension instead of MQ.

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 strip extension will get loaded from Mercurial's path)
+  strip =
   # (this extension will get loaded from the file specified)
   myfeature = ~/.hgext/myfeature.py
 


More information about the Mercurial-devel mailing list