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

Martin Geisler martin at geisler.net
Wed Nov 27 16:43:52 CST 2013


Augie Fackler <raf at durin42.com> writes:

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

We have a tradition of making improvements to the documentation on the
stable branch. I was counting the change as that.

It doesn't really matter -- the patches can go on either branch and you
can pick and choose among them as you like. I don't think they have any
real interdependencies.

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

-- 
Martin Geisler

http://google.com/+MartinGeisler | http://careers.stackoverflow.com/mg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20131127/7cf4d8ef/attachment.pgp>


More information about the Mercurial-devel mailing list