D4196: changegroup: make _revisiondeltanarrow() a standalone function

2018-08-09 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGe11d07cc125c: changegroup: make _revisiondeltanarrow() a standalone function (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D4196: changegroup: make _revisiondeltanarrow() a standalone function

2018-08-09 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY It doesn't require any state on the packer. Everything impacting behavior is passed in as a function. So split it out, just like what was done for