D4484: exchangev2: fetch and apply phases data

2018-09-14 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGff2de4f2eb3c: exchangev2: fetch and apply phases data (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D4484?vs=10964=11062

D4484: exchangev2: fetch and apply phases data

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

D4484: exchangev2: fetch and apply phases data

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 supports emitting phases data, we can request it and apply it on the client. Because we may receive phases-only updates from the server,