mercurial/__init__.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Tue, 15 Apr 2014 13:57:15 -0400
changeset 21067 7974aa88868e
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
bundle2: let readbundle return unbundle20 The `readbundle` function can now recognize a bundle2 stream and return the appropriate unbundler. This is required for proper bundle2 support over the wire.