comparison hgext/schemes.py @ 23072:d583f1cfca96 stable

rebase: improve base revset performance The old revset had pretty terrible performance on large repositories (12+ seconds). This new revset achieves the same result in only 0.7s. As we improve the underlying revset APIs we can probably get this revset down to 'only(base, dest)::', but at the moment that version still takes 2s.
author Durham Goode <durham@fb.com>
date Mon, 20 Oct 2014 18:50:09 -0700
parents b52404a914a9
children 80c5b2666a96
comparison
equal deleted inserted replaced
23071:652ab726ba93 23072:d583f1cfca96