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
|