Mercurial > hg
comparison hgweb.cgi @ 34150:e9e0e1143fc5
bundle2: move part iterator a separate class
Currently, the part iterator logic is tightly coupled with the part handling
logic, which means it's hard to replace the part handling logic without
duplicating the part iterator bits.
In a future diff we'll want to be able to replace all part handling, so let's
begin refactoring the part iterator logic to it's own class.
Differential Revision: https://phab.mercurial-scm.org/D703
author | Durham Goode <durham@fb.com> |
---|---|
date | Wed, 13 Sep 2017 17:16:45 -0700 |
parents | 4b0fc75f9403 |
children | 47ef023d0165 |
comparison
equal
deleted
inserted
replaced
34149:75cc1f1e11f2 | 34150:e9e0e1143fc5 |
---|