log

age author description
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
Sun, 20 Apr 2014 18:23:48 -0700 Gregory Szorc run-tests: don't trap exceptions in Test.runTest()
Sun, 20 Apr 2014 18:20:24 -0700 Gregory Szorc run-tests: factor options out of run()
Fri, 16 May 2014 02:30:27 +0200 Mads Kiilerich convert: mercurial source: convert global tags only - not local tags
Sun, 20 Apr 2014 18:15:38 -0700 Gregory Szorc run-tests: refactor temporary directories in Test
Sun, 20 Apr 2014 17:42:31 -0700 Gregory Szorc run-tests: move _executetests into TestSuite
Sun, 20 Apr 2014 17:39:26 -0700 Gregory Szorc run-tests: capture execution times in TestResult
Sun, 20 Apr 2014 17:28:24 -0700 Gregory Szorc run-tests: move outputtimes() into unittest runner class
Sun, 20 Apr 2014 17:21:24 -0700 Gregory Szorc run-tests: refactor how times are recorded
Sun, 20 Apr 2014 17:13:10 -0700 Gregory Szorc run-tests: eliminate Test._result
Sun, 20 Apr 2014 17:10:49 -0700 Gregory Szorc run-tests: replace Test.ignore() with raise IgnoreTest
Sun, 20 Apr 2014 17:09:52 -0700 Gregory Szorc run-tests: replace Test.skip() with raise SkipTest
Sun, 20 Apr 2014 17:06:57 -0700 Gregory Szorc run-tests: remove some legacy code around result handling
Sun, 20 Apr 2014 17:04:42 -0700 Gregory Szorc run-tests: merge MercurialTest into Test
Sat, 17 May 2014 17:11:06 +0800 Steven Brown check-code: check for consistent usage of the websub filter in hgweb templates
Sat, 17 May 2014 17:10:23 +0800 Steven Brown hgweb: apply websub filter to the changeset description in rss and atom feeds
Sat, 17 May 2014 17:09:46 +0800 Steven Brown tests: write the hgrc file for test-hgweb-commands.t with cat instead of echo
Sat, 17 May 2014 17:09:10 +0800 Steven Brown tests: tests for the rss feeds
Wed, 23 Apr 2014 15:54:26 -0500 Sean Farley localrepo: use _matchstatus of context objects
Thu, 24 Apr 2014 08:32:28 -0500 Sean Farley workingctx: override _matchstatus for parentworking case
Wed, 23 Apr 2014 15:39:30 -0500 Sean Farley basectx: add _matchstatus method for factoring out last of parentworking logic
Thu, 24 Apr 2014 08:34:44 -0500 Sean Farley workingctx: use inheritance for _buildstatus while keeping the fastpath
Tue, 22 Apr 2014 19:06:37 -0500 Sean Farley localrepo: remove unneeded unpacking of r
Tue, 22 Apr 2014 13:02:38 -0500 Sean Farley localrepo: call _poststatus hook instead of hardcoding symlink knowledge
Tue, 22 Apr 2014 12:59:22 -0500 Sean Farley workingctx: add _poststatus method to call _filtersuspectsymlink
Tue, 22 Apr 2014 12:51:58 -0500 Sean Farley context: add a no-op _poststatus method