mercurial/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 22 Apr 2014 12:20:10 -0700
changeset 21518 8e8049b9bda4
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
run-tests: remove options from Test.__init__ All options are now passed as arguments and we no longer need options. This enables us to instantiate Test from "plain old data" types. Since options must be given as arguments, it also makes people think harder about adding things that may not belong in Test. This will help ensure a proper separation of responsibility going forward.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: