log

age author description
Fri, 25 Apr 2014 15:03:06 -0700 Gregory Szorc run-tests: make retest a named argument of TestSuite.__init__
Fri, 25 Apr 2014 15:00:54 -0700 Gregory Szorc run-tests: move whitelist and blacklist to named arguments of TestSuite
Fri, 25 Apr 2014 14:51:53 -0700 Gregory Szorc run-tests: pass jobs into TestSuite constructor
Fri, 16 May 2014 13:15:07 -0700 Durham Goode help: add local/other description to merge tool description
Thu, 08 May 2014 16:55:56 -0700 Durham Goode rebase: specify custom conflict marker labels for rebase (BC)
Fri, 09 May 2014 18:15:02 -0700 Durham Goode graft: customize graft conflict markers (BC)
Thu, 08 May 2014 16:54:23 -0700 Durham Goode merge: add labels parameter from merge.update to filemerge
Tue, 22 Apr 2014 13:32:05 -0700 Gregory Szorc run-tests: move interactive test acceptance into TestResult
Tue, 22 Apr 2014 13:25:17 -0700 Gregory Szorc run-tests: raise WarnTest outside of Test.fail()
Tue, 22 Apr 2014 13:16:34 -0700 Gregory Szorc run-tests: move diff generation into TestResult
Tue, 22 Apr 2014 12:35:18 -0700 Gregory Szorc run-tests: remove global abort flag
Thu, 08 May 2014 16:50:22 -0700 Durham Goode merge: add conflict marker formatter (BC)
Tue, 22 Apr 2014 12:20:10 -0700 Gregory Szorc run-tests: remove options from Test.__init__
Tue, 22 Apr 2014 12:17:23 -0700 Gregory Szorc run-tests: move shell to Test.__init__
Tue, 22 Apr 2014 12:15:55 -0700 Gregory Szorc run-tests: move py3kwarnings to Test.__init__
Tue, 22 Apr 2014 12:13:40 -0700 Gregory Szorc run-tests: move extra config options to Test.__init__
Tue, 22 Apr 2014 12:10:25 -0700 Gregory Szorc run-tests: refactor port number declaration
Tue, 22 Apr 2014 12:04:15 -0700 Gregory Szorc run-tests: move timeout into Test.__init__
Tue, 22 Apr 2014 12:01:31 -0700 Gregory Szorc run-tests: move interactive to Test.__init__
Tue, 22 Apr 2014 11:58:32 -0700 Gregory Szorc run-tests: move diff options into arguments of Test.__init__
Tue, 22 Apr 2014 11:44:34 -0700 Gregory Szorc run-tests: move debug into an argument to Test.__init__
Tue, 22 Apr 2014 11:41:10 -0700 Gregory Szorc run-tests: factor options.keep_tmpdir into an argument to Test.__init__
Tue, 22 Apr 2014 12:29:33 -0700 Gregory Szorc run-tests: remove redundant test name filter
Tue, 22 Apr 2014 11:38:14 -0700 Gregory Szorc run-tests: move test filtering into TestSuite.run()
Tue, 22 Apr 2014 10:13:41 -0700 Gregory Szorc run-tests: no longer pass a TestRunner into Test.__init__
Tue, 22 Apr 2014 10:12:19 -0700 Gregory Szorc run-tests: pass abort into Test.__init__
Tue, 22 Apr 2014 10:05:32 -0700 Gregory Szorc run-tests: pass temp dir into Test.__init__
Thu, 07 Mar 2013 14:17:56 +1100 Stephen Lee update: show message when a bookmark is activated by update
Tue, 22 Apr 2014 10:01:22 -0700 Gregory Szorc run-tests: pass a full test path into Test.__init__
Mon, 21 Apr 2014 16:43:36 -0700 Gregory Szorc run-tests: factor refpath into Test classes