Mercurial > hg
comparison hgext/patchbomb.py @ 19708:fd4f612f7cb6 stable
bundle: fix performance regression when bundling file changes (issue4031)
Somewhere before 2.7, a change [ec896f9e8894] was committed that
entailed a large performance regression when bundling (and therefore
remote cloning) repositories. For each file in the repository, it would
recompute the set of needed changesets even though it is the same for
all files. This computation would dominate bundle runtimes according to
profiler output (by 10x or more).
author | Antoine Pitrou <solipsis@pitrou.net> |
---|---|
date | Sat, 07 Sep 2013 21:20:00 +0200 |
parents | c58b6ab4c26f |
children | f4b72cad29f8 |
comparison
equal
deleted
inserted
replaced
19706:26ddce1a2a55 | 19708:fd4f612f7cb6 |
---|