##// END OF EJS Templates
wireproto: remove iterbatch() from peer interface (API)...
wireproto: remove iterbatch() from peer interface (API) Good riddance. Some tests have been ported to the new API. This probably should have been done in earlier commits. But duplicating the test coverage would have been difficult. It was easier this way. .. api:: The wire protocol peer's ``iterbatch()`` for bulk executing commands has been remove.d Use ``peer.commandexecutor()`` instead. Differential Revision: https://phab.mercurial-scm.org/D3271

File last commit:

r37651:33a6eee0 default
r37651:33a6eee0 default
Show More
test-batching.py.out
22 lines | 360 B | text/plain | TextLexer
/ tests / test-batching.py.out
Peter Arrenbrecht
wireproto: add basic command batching infrastructure...
r14621
== Local
Ready.
Un and Deux
Eins und Zwei
One and Two
Eins und Zwei
Uno und Due
== Remote
Ready.
REQ: foo?one=Vo&two=Efvy
-> Vo!boe!Efvy
Un and Deux
REQ: bar?b=Fjot&a=[xfj
-> Fjot!voe![xfj
Eins und Zwei
Gregory Szorc
wireproto: overhaul iterating batcher code (API)...
r33761 REQ: batch?cmds=foo:one=Pof,two=Uxp;bar:b=Fjot,a=[xfj;bar:b=Vop,a=Evf
-> Pof!boe!Uxp;Fjot!voe![xfj;Vop!voe!Evf
Peter Arrenbrecht
wireproto: add basic command batching infrastructure...
r14621 One and Two
Eins und Zwei
Uno und Due