Mercurial > hg
comparison doc/gendoc.py @ 35136:82680919d75e
obsolete: drop usage of changectx in '_computephasedivergentset'
Changectx are expensive and not needed there. The use of `repo.set` denote old
code that predate the introduction of `repo.revs` that we now use.
On my mercurial repository 495 draft:
before: 0.010275 second
after: 0.008832 second
On a mercurial repository with 115973 draft:
before: 0.899255 second
after: 0.397131 second
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Sun, 19 Nov 2017 05:23:12 +0100 |
parents | ff874d34c856 |
children | 170926caf44c |
comparison
equal
deleted
inserted
replaced
35135:e46f0b653002 | 35136:82680919d75e |
---|