tests/bundles/remote.hg
author Yuya Nishihara <yuya@tcha.org>
Sat, 09 Jul 2016 14:28:30 +0900
changeset 29509 945b4c14c570
parent 14117 07708f4171f1
permissions -rw-r--r--
error: make HintException a mix-in class not derived from BaseException (API) HintException is unrelated to the hierarchy of errors. It is an implementation detail whether a class inherits from HintException or not, a sort of "private inheritance" in C++. New Hint isn't an exception class, which prevents catching error by its type: try: dosomething() except error.Hint: pass Unfortunately, this passes on PyPy 5.3.1, but not on Python 2, and raises more detailed TypeError on Python 3.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14117
07708f4171f1 tests: create a bundle to bootstrap tests using a remote repository
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
diff changeset
     1
(binary:application/octet-stream)