mercurial/pure/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 28 Feb 2019 01:49:10 +0100
changeset 41891 a05f0bbefdd9
parent 16438 28a90cdf0ca0
permissions -rw-r--r--
discovery: explicitly use `undecided` for the children mapping Recent performance achievements makes the assumption that the `undecided` set is used for sampling. That assumption is always true in practice. We stop pretending that taking anything else would make sense and we directly use the `undecided` set from the object. This provides a more honest API.