##// END OF EJS Templates
debugcommands: use command executor for invoking commands...
debugcommands: use command executor for invoking commands Now that all peers support the command executor interface, we can use it in place of peer._call() (which isn't part of the public API). Tests changed because we are now returning the decoded response instead of the raw bytes. The raw bytes over the wire are already logged. So we're not losing any test coverage. In fact, we're adding test coverage because we're testing decoding of those command responses as well. Differential Revision: https://phab.mercurial-scm.org/D3298
Gregory Szorc -
r37670:fe8c6f9f default
Show More
Name Size Modified Last Commit Author
/ mercurial / thirdparty / concurrent
futures
LICENSE Loading ...
__init__.py Loading ...