comparison tests/test-transplant.t @ 26002:fd92bfbbe02d

revset: rename revsbetween to reachableroots and add an argument This patch is part of a series of patches to speed up the computation of revset.revsbetween by introducing a C implementation. The main motivation is to speed up smartlog on big repositories. At the end of the series, on our big repositories the computation of revsbetween is 10-50x faster and smartlog on is 2x-5x faster. This patch rename 'revsbetween' to 'reachableroots' and makes the computation of the full path optional. This will allow graphlog to compute grandparents using 'reachableroots' and remove the need for a dedicated grandparent function.
author Laurent Charignon <lcharignon@fb.com>
date Fri, 19 Jun 2015 20:18:54 -0700
parents 99e88320d665
children dbd47b21fd28
comparison
equal deleted inserted replaced
26001:748053b4a66b 26002:fd92bfbbe02d