comparison mercurial/dirs.c @ 22829:36e09c25f870

baseset: explicitly track order of the baseset A baseset starts without an explicit order. But as soon as a sort is requested, we simply register that the baseset has an order and use the ordered version of the list to behave accordingly. We will want to properly record the order at creation time in the future. This would unlock more optimisation and avoid some sorting.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Fri, 03 Oct 2014 03:29:55 -0500
parents e250b8300e6e
children bca4b6f126f2
comparison
equal deleted inserted replaced
22828:966860f7a1a8 22829:36e09c25f870