Wed, 31 Dec 2014 17:55:43 +0900 |
FUJIWARA Katsunori |
context: override _dirstatestatus in workingcommitctx for correct matching
|
Wed, 31 Dec 2014 17:55:43 +0900 |
FUJIWARA Katsunori |
context: avoid breaking already fixed self._status at ctx.status()
|
Wed, 31 Dec 2014 17:55:43 +0900 |
FUJIWARA Katsunori |
context: make unknown/ignored/clean of cached status empty for equivalence
|
Wed, 31 Dec 2014 17:55:43 +0900 |
FUJIWARA Katsunori |
context: cache self._status correctly at workingctx.status
|
Mon, 20 Oct 2014 22:08:08 +0900 |
FUJIWARA Katsunori |
tests: open file in binary mode to use POSIX end-of-line style anywhere
stable
|
Fri, 13 Jun 2014 15:59:18 -0700 |
Sean Farley |
test-context: add test for performing a diff on a memctx
|
Fri, 13 Jun 2014 15:56:11 -0700 |
Sean Farley |
test-context: add test for memctx status
|
Thu, 15 Aug 2013 16:49:27 -0500 |
Sean Farley |
memfilectx: call super.__init__ instead of duplicating code
|
Thu, 19 May 2011 18:09:25 +0200 |
Martin Geisler |
changelog: convert user and desc from local encoding early
stable
|
Mon, 07 Jun 2010 20:03:32 +0200 |
Dirkjan Ochtman |
move working dir/dirstate methods from localrepo to workingctx
|
Sun, 05 Jul 2009 11:01:30 +0200 |
Alejandro Santos |
compat: use open() instead of file() everywhere
|
Thu, 26 Jun 2008 14:35:46 -0500 |
Matt Mackall |
use repo[changeid] to get a changectx
|
Thu, 26 Jun 2008 13:46:29 -0500 |
Matt Mackall |
use repo.changectx(None) to get a workingctx
|
Thu, 06 Mar 2008 22:23:41 +0100 |
Joel Rosdahl |
Remove unused imports
|
Sat, 11 Aug 2007 13:17:24 +0200 |
Thomas Arendsen Hein |
test-context.py: Don't create second repo instance (fixed since 7b5723c95a82)
|
Fri, 23 Feb 2007 17:31:00 +0100 |
Thomas Arendsen Hein |
Fixed workingfilectx.date() (found by Thomas Waldmann) with test.
|