tests/test-revlog-raw.py.out
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 05 Jun 2017 13:37:04 +0100
changeset 32811 1cb14923dee9
parent 31760 ec48d57de110
child 41037 cca12a31ede5
permissions -rw-r--r--
checkheads: use "revnum" in the "allfuturecommon" set The obsolete post-processing needs to know the extend of the pushed set. The way it is implemented is... suboptimal. It build a full set of all nodes in the pushset and it does so using changectx. We have much better API for this now. The simplest is to use the existing lazy ancestors computation. That logic uses revnum and not node (for good reason) so we start with updating the post-processing code to handle a "allfuturecommon" set containing revision numbers.

local test passed
addgroupcopy test passed
clone test passed
lowlevelcopy test passed