martinvonz (Martin von Zweigbergk) <phabrica...@mercurial-scm.org> writes:

> martinvonz created this revision.
> Herald added a subscriber: mercurial-devel.
> Herald added a reviewer: hg-reviewers.
>
> REVISION SUMMARY
>   As Augie reported in the bug, the current heuristic of choosing the
>   best tag of a merge commit by taking the one with newest tag (in terms
>   of tagging date) currently fails in the Mercurial repo itself. Copying
>   the example from Yuya:

Ah, great! I was working on this same bug because my ppa script kept
failing due to the wrong tag being used. Using the min(changesets) with
tie-breaker as the date was the exact route I was going to go. So,
thanks for saving me the trouble :-)

Queued for stable (It seems that information was lost in phabricator?
Thanks to Martin for letting me know on IRC)!

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to