D3206: wireproto: only expose "getbundle" and "unbundle" to v1 transports

2018-04-11 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG4a0d58d6faba: wireproto: only expose getbundle and unbundle to v1 transports (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D3206: wireproto: only expose "getbundle" and "unbundle" to v1 transports

2018-04-10 Thread indygreg (Gregory Szorc)
indygreg updated this revision to Diff 7938. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D3206?vs=7910=7938 REVISION DETAIL https://phab.mercurial-scm.org/D3206 AFFECTED FILES mercurial/wireproto.py tests/test-http-api-httpv2.t

D3206: wireproto: only expose "getbundle" and "unbundle" to v1 transports

2018-04-09 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY These are the most complicated wire protocol commands. I don't want to deal with porting them just yet. Let's disable both of them on version 2 transports so