[PATCH STABLE] revlog: fix descendant deprecated method

Yuya Nishihara yuya at tcha.org
Wed Aug 1 07:50:47 EDT 2018


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.


More information about the Mercurial-devel mailing list