D2512: wireproto: add transport specific capabilities in the transport

2018-03-02 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG6e585bca962e: wireproto: add transport specific capabilities in the transport (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D2512: wireproto: add transport specific capabilities in the transport

2018-03-02 Thread indygreg (Gregory Szorc)
indygreg updated this revision to Diff 6341. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2512?vs=6257=6341 REVISION DETAIL https://phab.mercurial-scm.org/D2512 AFFECTED FILES mercurial/wireproto.py mercurial/wireprotoserver.py

D2512: wireproto: add transport specific capabilities in the transport

2018-03-01 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY We add a method to the protocol handler interface that allows specific implementations to add their own capabilities. The SSH implementation is a no-op.