Mercurial > hg
view mercurial/__init__.py @ 24927:cd0068232ec0
obsolete: speed up computation of bumped revset
Speed up the computation of the bumped revset by using the not public() revset.
In another patch series, we optimized the not public() revset. Together,
this cuts the cost of the computation of bumped() from 17% of the total time of
smartlog on our big repo to under 0.1% of the total time.
author | Laurent Charignon <lcharignon@fb.com> |
---|---|
date | Fri, 24 Apr 2015 14:46:30 -0700 |
parents | 9117c6561b0b |
children | 4374d819ccd5 |