hgext/__init__.py
author Laurent Charignon <lcharignon@fb.com>
Fri, 19 Jun 2015 20:18:54 -0700
changeset 26002 fd92bfbbe02d
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
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.

# placeholder