mercurial/__init__.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Tue, 15 Apr 2014 11:53:10 -0400
changeset 21075 438803e4bd97
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
bundle2: support for push over the wire We use the new method defined in the past changeset to send a bundle2 stream and receive one in reply. The http version is missing remote output support. This will be done later using a bundle part.