hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 22 Apr 2014 10:13:41 -0700
changeset 21506 bfe2616a2b0e
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
run-tests: no longer pass a TestRunner into Test.__init__ We no longer access any attributes on TestRunner besides options, so we stop passing a TestRunner to Test.__init__ and now pass the options data structure instead. Subsequent patches will move accessed options attributes into named arguments.

# placeholder