comparison mercurial/revset.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 4fe8d1f077b8
children 31c0ee6eb0ac
comparison
equal deleted inserted replaced
38983:fbbda9ff3deb 38984:a3105433ecc4