[PATCH STABLE] revlog: fix descendant deprecated method

Boris FELD lothiraldan at gmail.com
Wed Aug 1 11:14:13 EDT 2018


On 01/08/2018 13:50, Yuya Nishihara wrote:
> On Wed, 01 Aug 2018 10:29:40 +0200, Boris Feld wrote:
>> # HG changeset patch
>> # User Boris Feld <boris.feld at octobus.net>
>> # Date 1533111828 -7200
>> #      Wed Aug 01 10:23:48 2018 +0200
>> # Branch stable
>> # Node ID 0f5d9a95a80508a19a30a78cb49b0fb3c86e6831
>> # Parent  fe3ca1e6f786c1ea8eadf8cff9057095dbb2d463
>> # EXP-Topic deprecate-descendant
>> # Available At https://bitbucket.org/octobus/mercurial-devel/
>> #              hg pull https://bitbucket.org/octobus/mercurial-devel/ -r 0f5d9a95a805
>> revlog: fix descendant deprecated method
> Queued for stable, thanks.
>
>> diff --git a/tests/test-amend.t b/tests/test-amend.t
>> --- a/tests/test-amend.t
>> +++ b/tests/test-amend.t
>> @@ -38,7 +38,7 @@ Basic amend
>>     |  --- /dev/null
>>     |  +++ b/B
>>     |  @@ -0,0 +1,1 @@
>> -  |  +B2
>> +  |  +B3
> Removed this.
Woops, sorry that was not meant to be part of the patch.


More information about the Mercurial-devel mailing list