D4491: exchangev2: fetch file revisions

2018-09-14 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG039bf1eddc2e: exchangev2: fetch file revisions (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D4491?vs=10970=11069

D4491: exchangev2: fetch file revisions

2018-09-12 Thread indygreg (Gregory Szorc)
indygreg updated this revision to Diff 10970. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D4491?vs=10804=10970 REVISION DETAIL https://phab.mercurial-scm.org/D4491 AFFECTED FILES mercurial/exchangev2.py tests/test-wireproto-exchangev2.t CHANGE

D4491: exchangev2: fetch file revisions

2018-09-05 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Now that the server has an API for fetching file data, we can call into it to fetch file revisions. The implementation is relatively straightforward: we