Mercurial
Mercurial
>
hg-stable
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
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.