contrib/hgfixes/__init__.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Tue, 22 Apr 2014 11:22:41 -0700
branchstable
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.