log

age author description
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
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
Tue, 22 Apr 2014 12:43:20 -0500 Sean Farley localrepo: call _prestatus hook instead of hardcoding dirstate knowledge
Mon, 21 Apr 2014 22:12:59 -0500 Sean Farley workingctx: add _prestatus method to call _dirstatestatus
Mon, 21 Apr 2014 21:39:10 -0500 Sean Farley context: add a no-op _prestatus method
Mon, 21 Apr 2014 21:36:14 -0500 Sean Farley localrepo: use _buildstatus from context
Mon, 21 Apr 2014 21:35:36 -0500 Sean Farley context: add _buildstatus method
Mon, 21 Apr 2014 20:42:42 -0500 Sean Farley localrepo: remove workingctx logic already moved to context
Mon, 21 Apr 2014 20:23:47 -0500 Sean Farley localrepo: move the order of local variables
Tue, 15 Apr 2014 15:43:30 -0500 Sean Farley localrepo: factor out _manifestmatch logic for workingctx
Tue, 11 Mar 2014 18:38:44 -0500 Sean Farley localrepo: use _manifestmatches instead of duplicating logic
Wed, 23 Apr 2014 20:52:10 -0500 Sean Farley basectx: add _manifestmatches method
Tue, 11 Mar 2014 18:35:39 -0500 Sean Farley localrepo: always set the variable r in status method
Sun, 20 Apr 2014 16:44:45 -0700 Gregory Szorc run-tests: execute tests via unittest
Tue, 22 Apr 2014 13:37:27 -0700 Gregory Szorc run-tests: implement Test.__str__
Mon, 21 Apr 2014 12:15:55 -0700 Gregory Szorc run-tests: make failure reporting in unittest mode equivalent to default
Sun, 20 Apr 2014 16:54:51 -0700 Gregory Szorc run-tests: ignore failures from rmtree
Sun, 20 Apr 2014 16:53:49 -0700 Gregory Szorc run-tests: abort tests after first failure in unittest mode
Sun, 20 Apr 2014 16:39:05 -0700 Gregory Szorc run-tests: print compatible output from TextTestRunner
Sun, 20 Apr 2014 16:17:18 -0700 Gregory Szorc run-tests: don't print results in unittest mode
Sun, 20 Apr 2014 15:53:25 -0700 Gregory Szorc run-tests: move errpath deletion to setUp()
Sun, 20 Apr 2014 15:46:34 -0700 Gregory Szorc run-tests: kill daemons during tearDown()
Mon, 21 Apr 2014 09:30:11 -0700 Gregory Szorc run-tests: move err file writing to tearDown()
Sun, 20 Apr 2014 15:40:22 -0700 Gregory Szorc run-tests: refactor testtmp
Sun, 20 Apr 2014 15:19:21 -0700 Gregory Szorc run-tests: store skipped state on Test
Sun, 20 Apr 2014 15:16:29 -0700 Gregory Szorc run-tests: move some functionality to Test.tearDown()
Sun, 20 Apr 2014 15:08:05 -0700 Gregory Szorc run-tests: store last result in Test._result
Sun, 20 Apr 2014 15:00:13 -0700 Gregory Szorc run-tests: report test duration in Test.tearDown()
Sun, 20 Apr 2014 14:58:36 -0700 Gregory Szorc run-tests: store test return code and output in Test instance
Sun, 20 Apr 2014 14:55:33 -0700 Gregory Szorc run-tests: keep track of test start and stop in MercurialTest.run()
Sun, 20 Apr 2014 14:52:57 -0700 Gregory Szorc run-tests: keep track of test execution state in Test
Sun, 20 Apr 2014 14:41:11 -0700 Gregory Szorc run-tests: support setUp() and tearDown() in TestCase wrapper
Sun, 20 Apr 2014 14:34:03 -0700 Gregory Szorc run-tests: fail tests by raising an exception
Sun, 20 Apr 2014 14:32:03 -0700 Gregory Szorc run-tests: record warnings by raising WarnTest
Sun, 20 Apr 2014 14:28:29 -0700 Gregory Szorc run-tests: record ignored tests by raising IgnoreTest
Sun, 20 Apr 2014 14:23:50 -0700 Gregory Szorc run-tests: record skips by raising SkipTest
Sun, 20 Apr 2014 14:19:59 -0700 Gregory Szorc run-tests: implement TestCase.run()
Sun, 20 Apr 2014 14:04:37 -0700 Gregory Szorc run-tests: don't print progress from Test when in unittest mode
Sun, 20 Apr 2014 13:04:19 -0700 Gregory Szorc run-tests: define a custom TestSuite that uses _executetests()
Sun, 20 Apr 2014 13:00:40 -0700 Gregory Szorc run-tests: pass an optional TestResult into _executetests()
Sun, 20 Apr 2014 12:49:43 -0700 Gregory Szorc run-tests: pass Test instances into TestRunner._executetests()
Sat, 17 May 2014 12:35:44 -0700 Gregory Szorc run-tests: define cleanup() on unittest class
Sun, 20 Apr 2014 12:45:44 -0700 Gregory Szorc run-tests: rename Test._test to Test.name
Sun, 20 Apr 2014 12:19:48 -0700 Gregory Szorc run-tests: teach Test instances whether they are in unittest mode
Sun, 20 Apr 2014 11:55:02 -0700 Gregory Szorc run-tests: teach unittest about warned results
Sun, 20 Apr 2014 11:52:41 -0700 Gregory Szorc run-tests: document how success code is handled
Sun, 20 Apr 2014 11:51:11 -0700 Gregory Szorc run-tests: teach unittest about ignored tests
Sun, 20 Apr 2014 11:48:19 -0700 Gregory Szorc run-tests: teach unittest about skipped tests
Sun, 20 Apr 2014 11:47:40 -0700 Gregory Szorc run-tests: define custom result and runner classes for unittest
Sun, 20 Apr 2014 11:29:39 -0700 Gregory Szorc run-tests: start to report test results against TestResult
Sun, 20 Apr 2014 11:24:37 -0700 Gregory Szorc run-tests: give unittest wrapper a short description
Sun, 20 Apr 2014 11:22:08 -0700 Gregory Szorc run-tests: initial support for running tests with unittest
Wed, 16 Apr 2014 16:34:48 -0500 Sean Farley localrepo: reverse contexts in status
Fri, 16 May 2014 13:18:57 -0700 Pierre-Yves David test: split test-largefile.t in multiple file
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori mq: use the editor gotten by "getcommiteditor()" instead of "ui.edit()" (qrefresh/qfold)
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori mq: fold the code paths to invoke editor into specific logic (qrefresh/qfold)
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori mq: use the editor gotten by "getcommiteditor()" instead of "ui.edit()" (qnew)
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori mq: fold the code path to invoke editor into specific logic (qnew)
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori cmdutil: enhance "getcommiteditor()" for specific usages in MQ
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori tag: use the editor gotten by "getcommiteditor()" instead of "ui.edit()"
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori import: use "getcommiteditor()" instead of explicit editor choice
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori graft: use "getcommiteditor()" instead of explicit editor choice
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori amend: use "getcommiteditor()" instead of explicit editor choice
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori commit: use "getcommiteditor()" instead of explicit editor choice
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori backout: use "getcommiteditor()" instead of explicit editor choice
Sun, 11 May 2014 00:49:35 +0900 FUJIWARA Katsunori backout: avoid redundant message examination
Sun, 11 May 2014 00:49:35 +0900 FUJIWARA Katsunori transplant: use "getcommiteditor()" instead of explicit editor choice
Sun, 11 May 2014 00:49:35 +0900 FUJIWARA Katsunori rebase: use "getcommiteditor()" instead of explicit editor choice
Sun, 11 May 2014 00:49:35 +0900 FUJIWARA Katsunori histedit: use "getcommiteditor()" instead of explicit editor choice for "--continue"
Sun, 11 May 2014 00:49:35 +0900 FUJIWARA Katsunori histedit: use "getcommiteditor()" instead of explicit editor choice for "fold"
Sun, 11 May 2014 00:49:35 +0900 FUJIWARA Katsunori histedit: use the editor gotten by "getcommiteditor()" for "message"
Sun, 11 May 2014 00:49:35 +0900 FUJIWARA Katsunori fetch: use "getcommiteditor()" instead of explicit editor choice
Sun, 11 May 2014 00:49:35 +0900 FUJIWARA Katsunori cmdutil: introduce "getcommiteditor()" to simplify code paths to choose editor
Wed, 14 May 2014 12:49:55 -0700 Siddharth Agarwal update: when deactivating a bookmark, print a message
Thu, 02 Aug 2012 13:51:34 +0200 Pierre-Yves David doc: improves merge-tools example with an overwrite of existing config
Mon, 12 May 2014 17:40:58 -0700 Pierre-Yves David help: add additional information in the merge-tools section of config help
Wed, 07 May 2014 00:13:22 +0200 Angel Ezquerra subrepo: use subrepo shortid method to generate subrepo diverged promptchoice