Mercurial
Mercurial
>
hg
/ 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
.
contrib/hgfixes/__init__.py
author
Pierre-Yves David <pierre-yves.david@fb.com>
Tue, 22 Apr 2014 11:22:41 -0700
branch
stable
changeset 21176
70fcb0a71445
parent 11948
88d4911930bf
permissions
-rw-r--r--
bundle2: decorate exception raised during bundle processing This is a small hack to help us do some graceful error handling in bundle2 without major refactoring. See embedded comment for details.