Mercurial > hg
comparison mercurial/sparse.py @ 38984:a3105433ecc4
changegroup: inline _revchunk() into group()
_revchunk() was pretty minimal. I think having all the code for
generating data composing the changegroup in one function makes
things easier to understand.
As part of the refactor, we now call the _revisiondelta* functions
explicitly. This paves the road to refactor their argument
signatures.
Differential Revision: https://phab.mercurial-scm.org/D4141
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Mon, 06 Aug 2018 11:13:25 -0700 |
parents | 1ff45c518e6f |
children | 9db856446298 |
comparison
equal
deleted
inserted
replaced
38983:fbbda9ff3deb | 38984:a3105433ecc4 |
---|