D4236: repository: remove candelta() from ifileindex

2018-08-22 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG3682b49e0213: repository: remove candelta() from ifileindex (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D4236: repository: remove candelta() from ifileindex

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 candelta() was previously called by changegroup code. With delta generation moved to the storage API, there are no more external consumers of this method and