[Commented On] D11280: fix: reduce number of tool executions
hooper (Danny Hooper)
phabricator at mercurial-scm.org
Tue Oct 12 02:03:38 UTC 2021
hooper added a comment.
In D11280#175815 <https://phab.mercurial-scm.org/D11280#175815>, @Alphare wrote:
> It looks like this somehow makes the Python 2 output flaky : https://foss.heptapod.net/octobus/mercurial-devel/-/jobs/247264
It was a dict iteration order thing. Fixed it by sorting on "(min(dstrevs), path, dstrevs)" instead of "min(dstrevs)". The important part is "path", and "dstrevs" should never be needed as a tie breaker.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11280/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11280
To: hooper, #hg-reviewers, Alphare
Cc: Alphare, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20211012/635343c2/attachment.html>
More information about the Mercurial-patches
mailing list