Thu, 29 May 2014 16:09:16 -0500 |
Sean Farley |
context: fix wrong indentation from renaming method
|
Tue, 27 May 2014 17:04:48 -0500 |
Sean Farley |
context: explicitly return a tuple
|
Tue, 27 May 2014 15:55:35 -0700 |
Sean Farley |
workingctx: have status method call super instead of customized code.
|
Thu, 24 Apr 2014 18:07:42 -0500 |
Sean Farley |
basectx: copy localrepo.status method
|
Thu, 24 Apr 2014 17:42:53 -0500 |
Sean Farley |
committablectx: cache _status in _poststatus
|
Thu, 24 Apr 2014 17:31:20 -0500 |
Sean Farley |
committablectx: simplify caching the status
|
Wed, 23 Apr 2014 16:06:42 -0500 |
Sean Farley |
workingctx: add note about super._prestatus calling manifest
|
Wed, 23 Apr 2014 16:06:23 -0500 |
Sean Farley |
basectx: preserve loading the cached manifest in _prestatus
|
Fri, 20 Sep 2013 22:07:58 -0500 |
Sean Farley |
committablectx: add subrev method to return None
|
Fri, 20 Sep 2013 21:55:42 -0500 |
Sean Farley |
basectx: add subrev method to return the rev of a subrepo given a subpath
|
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 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
|
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:35:36 -0500 |
Sean Farley |
context: add _buildstatus method
|
Tue, 15 Apr 2014 15:43:30 -0500 |
Sean Farley |
localrepo: factor out _manifestmatch logic for workingctx
|
Wed, 23 Apr 2014 20:52:10 -0500 |
Sean Farley |
basectx: add _manifestmatches method
|
Tue, 22 Apr 2014 13:20:30 -0500 |
Sean Farley |
workingctx: call _dirstatestatus in status
|
Tue, 22 Apr 2014 13:14:51 -0500 |
Sean Farley |
context: add private _dirstatestatus method
|
Tue, 11 Mar 2014 18:28:09 -0500 |
Sean Farley |
committablectx: move status to workingctx
|
Tue, 11 Mar 2014 18:10:00 -0500 |
Sean Farley |
localrepo: factor out parentworking logic for comparing files
|
Fri, 07 Mar 2014 13:32:37 -0800 |
Sean Farley |
localrepo: move symlink logic to workingctx
|
Mon, 05 May 2014 21:26:40 +0900 |
FUJIWARA Katsunori |
context: move editor invocation from "makememctx()" to "memctx.__init__()"
|
Wed, 30 Apr 2014 14:19:01 -0500 |
Matt Mackall |
ancestor: silence multiple ancestor warning outside of merge (issue4234)
stable
|
Mon, 24 Feb 2014 22:42:14 +0100 |
Mads Kiilerich |
context: introduce merge.preferancestor for controlling which ancestor to pick
|
Thu, 17 Apr 2014 17:32:04 +0200 |
Mads Kiilerich |
context: tell when .ancestor picks one of multiple common ancestors heads
|
Thu, 03 Oct 2013 18:01:21 +0200 |
Mads Kiilerich |
context: remove redundant handling of match.bad return value
|
Mon, 07 Apr 2014 23:17:48 +0200 |
Mads Kiilerich |
context: remove unused filectx.ancestor
|
Tue, 04 Feb 2014 15:27:49 -0500 |
Augie Fackler |
context: add a getfileset() method so fewer things need fileset directly
|
Tue, 14 Jan 2014 13:49:19 -0800 |
Durham Goode |
changectx: increase perf of walk function
|
Sat, 16 Nov 2013 15:46:29 -0500 |
Mads Kiilerich |
context: drop caching 'copies' method
|
Wed, 06 Nov 2013 22:09:15 -0500 |
Augie Fackler |
makememctx: move from patch to context to break import cycle
|
Thu, 24 Oct 2013 01:49:56 +0800 |
Mads Kiilerich |
spelling: random spell checker fixes
stable
|
Tue, 15 Oct 2013 00:51:05 +0900 |
FUJIWARA Katsunori |
context: use "vfs.lstat()" to examine target path instead of "os.path.*"
|
Tue, 15 Oct 2013 00:51:04 +0900 |
FUJIWARA Katsunori |
context: use "vfs.lstat()" instead of "os.lstat()"
|
Tue, 15 Oct 2013 00:51:04 +0900 |
FUJIWARA Katsunori |
context: use "vfs.lstat()" instead of "os.lstat()"
|
Tue, 17 Sep 2013 23:34:57 -0500 |
Sean Farley |
context: move evolution functions from changectx to basectx
|
Tue, 17 Sep 2013 18:34:45 -0500 |
Sean Farley |
context: use correct spelling of committable
|
Thu, 15 Aug 2013 13:42:56 -0500 |
Sean Farley |
commitablefilectx: move children from workingfilectx
|
Thu, 15 Aug 2013 13:42:33 -0500 |
Sean Farley |
commitablefilectx: move parents from workingfilectx
|
Thu, 15 Aug 2013 13:23:06 -0500 |
Sean Farley |
commitablefilectx: move __nonzero__ from workingfilectx
|
Thu, 15 Aug 2013 13:12:50 -0500 |
Sean Farley |
commitablefilectx: move __init__ from workingfilectx
|
Thu, 15 Aug 2013 13:11:51 -0500 |
Sean Farley |
commitablefilectx: add a class that will be used for mutable file contexts
|
Wed, 14 Aug 2013 16:40:34 -0500 |
Sean Farley |
commitablectx: move dirs from workingctx
|
Wed, 14 Aug 2013 16:40:27 -0500 |
Sean Farley |
commitablectx: move markcommitted from workingctx
|
Wed, 14 Aug 2013 16:37:59 -0500 |
Sean Farley |
commitablectx: move ancestors from workingctx
|
Wed, 14 Aug 2013 16:37:11 -0500 |
Sean Farley |
commitablectx: move walk from workingctx
|
Wed, 14 Aug 2013 16:37:01 -0500 |
Sean Farley |
commitablectx: move ancestor from workingctx
|
Wed, 14 Aug 2013 16:25:43 -0500 |
Sean Farley |
commitablectx: move flags from workingctx
|
Wed, 14 Aug 2013 16:25:26 -0500 |
Sean Farley |
commitablectx: move children from workingctx
|
Wed, 14 Aug 2013 16:25:17 -0500 |
Sean Farley |
commitablectx: move hidden from workingctx
|
Wed, 14 Aug 2013 16:24:59 -0500 |
Sean Farley |
commitablectx: move phase from workingctx
|
Wed, 14 Aug 2013 16:24:33 -0500 |
Sean Farley |
commitablectx: move bookmarks from workingctx
|
Wed, 14 Aug 2013 16:24:16 -0500 |
Sean Farley |
commitablectx: move tags from workingctx
|
Wed, 14 Aug 2013 16:23:28 -0500 |
Sean Farley |
commitablectx: move extra from workingctx
|
Wed, 14 Aug 2013 16:23:16 -0500 |
Sean Farley |
commitablectx: move closesbranch from workingctx
|
Wed, 14 Aug 2013 16:23:02 -0500 |
Sean Farley |
commitablectx: move branch from workingctx
|