D2947: wireproto: explicit API to create outgoing streams

2018-04-03 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG5fadc63ac99f: wireproto: explicit API to create outgoing streams (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D2947: wireproto: explicit API to create outgoing streams

2018-03-30 Thread indygreg (Gregory Szorc)
indygreg updated this revision to Diff 7436. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2947?vs=7326=7436 REVISION DETAIL https://phab.mercurial-scm.org/D2947 AFFECTED FILES mercurial/wireprotoframing.py mercurial/wireprotoserver.py

D2947: wireproto: explicit API to create outgoing streams

2018-03-26 Thread indygreg (Gregory Szorc)
indygreg updated this revision to Diff 7326. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2947?vs=7309=7326 REVISION DETAIL https://phab.mercurial-scm.org/D2947 AFFECTED FILES mercurial/wireprotoframing.py mercurial/wireprotoserver.py

D2947: wireproto: explicit API to create outgoing streams

2018-03-26 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY It is better to create outgoing streams through the reactor so the reactor knows about what streams are active and can track them accordingly. Test output