Mercurial > hg
diff tests/svnxml.py @ 34294:05131c963767
changegroup: remove dictionary creation from deltachunk
Previously delta chunk returned a dictionary. Now that we consume deltachunk
within changegroup (instead of outside in revlog) we can just return a tuple and
have it be returned directly by deltaiter.
Differential Revision: https://phab.mercurial-scm.org/D746
author | Durham Goode <durham@fb.com> |
---|---|
date | Wed, 20 Sep 2017 09:35:45 -0700 |
parents | 812eb3b7dc43 |
children | c17d73bf6a4d |