mercurial/context.py
Thu, 19 Mar 2015 23:57:34 -0700 Pierre-Yves David adjustlinkrev: handle 'None' value as source stable
Thu, 19 Mar 2015 23:52:26 -0700 Pierre-Yves David adjustlinkrev: prepare source revs for ancestry only once stable
Thu, 19 Mar 2015 19:52:23 -0700 Pierre-Yves David annotate: reuse ancestry context when adjusting linkrev (issue4532) stable
Wed, 18 Mar 2015 11:42:09 -0700 Martin von Zweigbergk context.walk: walk all files when file and '.' given
Wed, 18 Mar 2015 09:26:26 -0700 Martin von Zweigbergk context.walk: call with util.all() a generator, not a list
Fri, 13 Mar 2015 20:34:52 -0400 Matt Harbison filectx: add a repo accessor
Fri, 13 Mar 2015 15:36:11 -0700 Drew Gottlieb manifest: have context use self.hasdir()
Fri, 13 Mar 2015 15:32:45 -0700 Drew Gottlieb manifest: add hasdir() to context
Fri, 13 Mar 2015 15:23:02 -0700 Drew Gottlieb manifest: have context's dirs() call its manifest's dirs()
Fri, 13 Mar 2015 17:00:06 -0400 Jordi GutiƩrrez Hermoso style: kill ersatz if-else ternary operators
Thu, 12 Mar 2015 22:54:53 -0400 Matt Harbison context: add a repo accessor
Mon, 17 Nov 2014 00:00:25 -0500 Augie Fackler context: don't sort manifest entries
Thu, 05 Mar 2015 22:16:28 -0800 Durham Goode workingctx: use normal dirs() instead of dirstate.dirs()
Sun, 18 Jan 2015 02:38:57 +0100 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Thu, 20 Nov 2014 12:15:12 -0800 Martin von Zweigbergk context: use unfiltered repo for '.'
Sun, 01 Feb 2015 16:33:45 -0600 Matt Mackall filectx: use _descendantrev in parents() stable
Sun, 01 Feb 2015 16:26:35 -0600 Matt Mackall filectx: if we have a _descendantrev, use it to adjust linkrev stable
Sun, 01 Feb 2015 16:23:07 -0600 Matt Mackall filectx: use linkrev to sort ancestors stable
Fri, 30 Jan 2015 16:02:28 +0000 Pierre-Yves David _adjustlinkrev: reuse ancestors set during rename detection (issue4514) stable
Fri, 30 Jan 2015 14:39:03 +0000 Pierre-Yves David filectx: move _adjustlinkrev to a method stable
Wed, 14 Jan 2015 17:21:09 -0800 Pierre-Yves David linkrev: use the right manifest content when adjusting linrev (issue4499)
Thu, 08 Jan 2015 13:29:06 -0800 Martin von Zweigbergk status: don't override _buildstatus() in workingcommitctx
Thu, 08 Jan 2015 13:12:44 -0800 Martin von Zweigbergk status: cache dirstate status in _dirstatestatus()
Fri, 09 Jan 2015 11:21:29 -0800 Durham Goode filectx: fix annotate to not directly instantiate filectx
Mon, 15 Dec 2014 16:06:04 -0500 Augie Fackler context: use new manifest.diff(clean=True) support
Mon, 15 Dec 2014 15:33:55 -0500 Augie Fackler context: use manifest.diff() to compute most of status
Mon, 05 Jan 2015 17:12:04 -0800 Martin von Zweigbergk status: don't list files as both clean and deleted
Mon, 05 Jan 2015 16:52:12 -0800 Martin von Zweigbergk status: don't list files as both removed and deleted
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: add workingcommitctx for exact context to be committed
Wed, 31 Dec 2014 17:55:43 +0900 FUJIWARA Katsunori context: make unknown/ignored/clean of cached status empty for equivalence
Wed, 24 Dec 2014 03:26:48 -0800 Pierre-Yves David linkrev: also adjust linkrev when bootstrapping annotate (issue4305)
Tue, 23 Dec 2014 16:14:39 -0800 Pierre-Yves David linkrev: introduce an 'introrev' method on filectx
Tue, 23 Dec 2014 15:30:38 -0800 Pierre-Yves David filectx.parents: enforce changeid of parent to be in own changectx ancestors
Wed, 31 Dec 2014 17:55:43 +0900 FUJIWARA Katsunori context: remove unreliable accessor methods from committablectx
Wed, 31 Dec 2014 17:55:43 +0900 FUJIWARA Katsunori context: cache self._status correctly at workingctx.status
Tue, 23 Dec 2014 18:30:46 -0800 Pierre-Yves David filectx.parents: also fetch the filelog of rename source too
Tue, 23 Dec 2014 18:29:03 -0800 Pierre-Yves David filectx.parents: filter nullrev parent sooner
Tue, 23 Dec 2014 17:13:51 -0800 Pierre-Yves David context: catch FilteredRepoLookupError instead of RepoLookupError
Thu, 18 Dec 2014 09:37:14 -0800 Durham Goode context: return dirstate parents in workingctx.ancestors()
Fri, 19 Dec 2014 00:11:56 +0900 FUJIWARA Katsunori memctx: calculate manifest more efficiently
Thu, 18 Dec 2014 16:41:59 -0600 Matt Mackall merge with stable
Fri, 12 Dec 2014 15:29:54 -0500 Augie Fackler context: stop setting None for modified or added nodes stable
Wed, 17 Dec 2014 15:09:43 +0900 FUJIWARA Katsunori memctx: calculate manifest correctly with newly-removed files (issue4470)
Wed, 17 Dec 2014 15:09:43 +0900 FUJIWARA Katsunori memctx: calculate manifest including newly added files correctly
Wed, 17 Dec 2014 15:09:38 +0900 FUJIWARA Katsunori memctx: calculate exact status being committed from specified files
Mon, 15 Dec 2014 15:00:54 -0500 Augie Fackler memctx: fix manifest for removed files (issue4470)
Fri, 17 Oct 2014 15:27:12 -0700 Sean Farley namespaces: add branches
Fri, 17 Oct 2014 15:27:33 -0700 Sean Farley namespaces: add tags
Sun, 14 Dec 2014 19:11:44 -0800 Ryan McElroy namespaces: remove weakref; always pass in repo
Thu, 16 Oct 2014 23:27:54 -0700 Sean Farley changectx: use names api to simplify and extend node lookup
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Wed, 26 Nov 2014 15:37:01 -0800 Pierre-Yves David manifest: document the extra letter in working copy manifest node
Thu, 27 Nov 2014 12:25:01 -0600 Matt Mackall merge with stable
Mon, 24 Nov 2014 18:42:56 -0800 Pierre-Yves David rename: properly report removed and added file as modified (issue4458) stable
Wed, 26 Nov 2014 14:54:16 -0800 Pierre-Yves David manifest: fix a bug where working copy file 'add' mark was buggy stable
Wed, 22 Oct 2014 21:38:30 -0700 Martin von Zweigbergk manifest: add matches() method
Wed, 12 Nov 2014 22:20:36 -0800 Martin von Zweigbergk context.status: pass status tuple into _buildstatus
Wed, 12 Nov 2014 22:07:31 -0800 Martin von Zweigbergk context.status: avoid de- and reconstructing status tuple
less more (0) -300 -100 -60 tip