[PATCH 05 of 13] cleanupnodes: drop special casing around prune markers

Yuya Nishihara yuya at tcha.org
Sun Sep 30 08:27:36 EDT 2018


On Thu, 27 Sep 2018 19:08:37 +0200, Boris Feld wrote:
> # HG changeset patch
> # User Boris Feld <boris.feld at octobus.net>
> # Date 1537990101 -7200
> #      Wed Sep 26 21:28:21 2018 +0200
> # Node ID 4c65b3d61c4505f4d719d657a087b3a254ddb5c5
> # Parent  f70aad5388994c9dd8f1b6f814ed648252c378a0
> # EXP-Topic trackfold
> # Available At https://bitbucket.org/octobus/mercurial-devel/
> #              hg pull https://bitbucket.org/octobus/mercurial-devel/ -r 4c65b3d61c45
> cleanupnodes: drop special casing around prune markers

Flagged this as (API) since it might lead to a subtle bug.

> @@ -978,15 +978,13 @@ def cleanupnodes(repo, replacements, ope
>              # Also sort the node in topology order, that might be useful for
>              # some obsstore logic.
>              # NOTE: the filtering and sorting might belong to createmarkers.

Can you update the inline comment as a follow up?


More information about the Mercurial-devel mailing list