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

Augie Fackler raf at durin42.com
Wed Nov 27 09:26:51 CST 2013


On Sat, Nov 23, 2013 at 08:02:52PM +0100, Martin Geisler wrote:
> # 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

Are help edits like this really right for stable?

>
> 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
>
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list