mercurial/context.py
Mon, 05 Aug 2013 17:22:18 -0500 Sean Farley basectx: move __iter__ from changectx
Mon, 05 Aug 2013 17:22:05 -0500 Sean Farley basectx: move __getitem__ from changectx
Mon, 05 Aug 2013 17:21:38 -0500 Sean Farley basectx: move __contains__ from changectx
Mon, 05 Aug 2013 17:21:23 -0500 Sean Farley basectx: move substate from changectx
Mon, 05 Aug 2013 17:00:32 -0500 Sean Farley basectx: move __ne__ from changectx
Mon, 05 Aug 2013 17:00:09 -0500 Sean Farley basectx: move __eq__ from changectx
Fri, 02 Aug 2013 18:24:08 -0500 Sean Farley basectx: move __repr__ from changectx
Fri, 02 Aug 2013 16:52:13 -0500 Sean Farley basectx: move __int__ from changectx
Fri, 02 Aug 2013 16:50:13 -0500 Sean Farley basectx: change _node to node() in hex
Fri, 02 Aug 2013 16:49:01 -0500 Sean Farley basectx: move hex from changectx
Fri, 02 Aug 2013 16:48:19 -0500 Sean Farley basectx: move node from changectx
Fri, 02 Aug 2013 19:09:06 -0500 Sean Farley basectx: move rev from changectx
Fri, 02 Aug 2013 16:46:23 -0500 Sean Farley basectx: move __str__ from changectx
Tue, 06 Aug 2013 16:42:41 -0500 Sean Farley changectx: if passing a basectx then exit __init__ immediately
Tue, 06 Aug 2013 15:50:28 -0500 Sean Farley basectx: return a copied context if changeid is already a basectx
Sat, 13 Jul 2013 19:59:21 -0500 Sean Farley basectx: add an empty class that will be used as a parent of all contexts
Thu, 30 May 2013 19:29:21 -0700 Durham Goode filectx: remove dependencies on filerev
Thu, 30 May 2013 19:29:03 -0700 Durham Goode annotate: simplify annotate parent function
Thu, 30 May 2013 17:49:37 -0700 Durham Goode filectx: refactor filectx.rev() to use filectx._changeid
Wed, 01 May 2013 10:42:03 -0700 Durham Goode filecontext: use 'is not None' to check for filelog existence
Thu, 18 Apr 2013 19:50:04 +0900 FUJIWARA Katsunori annotate: discard refcount of discarded annotation for memory efficiency
Fri, 29 Mar 2013 22:57:16 +0900 FUJIWARA Katsunori annotate: increase refcount of each revisions correctly (issue3841)
Fri, 29 Mar 2013 22:57:15 +0900 FUJIWARA Katsunori annotate: reuse already calculated annotation
Tue, 16 Apr 2013 10:08:18 -0700 Bryan O'Sullivan ancestor: a new algorithm that is faster for nodes near tip
Mon, 15 Apr 2013 01:37:23 +0200 Mads Kiilerich spelling: fix typos and spelling errors
Wed, 10 Apr 2013 15:08:26 -0700 Bryan O'Sullivan scmutil: use new dirs class in dirstate and context
Tue, 02 Apr 2013 01:15:31 -0500 Matt Mackall merge with stable
Fri, 15 Feb 2013 18:07:14 +0900 Takumi IINO hgweb: show correct error message for i18n environment stable 2.5.3
Fri, 08 Feb 2013 05:36:08 -0800 David Schleimer commit: factor out post-commit cleanup into workingctx
Sun, 10 Feb 2013 18:24:29 +0100 Mads Kiilerich spelling: fix some minor issues found by spell checker
Tue, 22 Jan 2013 11:39:14 +0100 Pierre-Yves David changectx: fix the handling of `tip` stable
Wed, 16 Jan 2013 05:21:11 +0100 Pierre-Yves David clfilter: stronger detection of filtered changeset in changectx.__init__
Sun, 13 Jan 2013 01:39:16 -0600 Kevin Bullock filtering: rename filters to their antonyms
Wed, 12 Dec 2012 02:38:14 +0100 Mads Kiilerich subrepos: process subrepos in sorted order
Thu, 03 Jan 2013 18:51:16 +0100 Pierre-Yves David context: retrieve hidden from filteredrevs
Sat, 29 Dec 2012 00:40:18 +0100 Pierre-Yves David clfilter: fallback to unfiltered version when linkrev point to filtered history
Mon, 17 Dec 2012 15:17:54 +0100 Pierre-Yves David obsolete: introduce a troubles method on context
Mon, 17 Dec 2012 15:06:15 +0100 Pierre-Yves David obsolete: introduce a troubled method on context
Mon, 17 Dec 2012 18:09:41 +0100 Pierre-Yves David clfilter: ensure context raise RepoLookupError when the revision is filtered
Wed, 12 Dec 2012 03:20:49 +0100 Pierre-Yves David obsolete: add a divergent method on context
Tue, 04 Dec 2012 12:54:18 -0800 David Schleimer merge: support calculating merge actions against non-working contexts
Mon, 08 Oct 2012 17:15:08 +0200 Pierre-Yves David clfilter: prevent unwanted warning about filtered parents as unknown
Fri, 19 Oct 2012 00:43:44 +0200 Pierre-Yves David context: add a `bumped` method to `changectx`
Fri, 19 Oct 2012 00:28:13 +0200 Pierre-Yves David obsolete: rename `getobscache` into `getrevs`
Tue, 16 Oct 2012 17:09:50 -0500 Sean Farley phases: add a phase and phasestr method to file context
Tue, 18 Sep 2012 21:39:12 +0900 FUJIWARA Katsunori context: add "descendant()" to changectx for efficient descendant examination
Tue, 28 Aug 2012 20:52:04 +0200 Pierre-Yves David obsolete: introduce caches for all meaningful sets
Tue, 21 Aug 2012 02:41:20 +0200 Mads Kiilerich improve some comments and docstrings, fixing issues found when spell checking
Wed, 15 Aug 2012 22:39:18 +0200 Mads Kiilerich fix wording and not-completely-trivial spelling errors and bad docstrings
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Thu, 02 Aug 2012 17:48:58 +0200 Patrick Mezard context: simplify workingctx._parents
Mon, 16 Jul 2012 17:44:46 +0200 Pierre-Yves David hidden: move hiddenrevs set on the repository
Fri, 06 Jul 2012 19:34:09 +0200 Pierre-Yves David obsolete: compute extinct changesets
Fri, 06 Jul 2012 00:18:09 +0200 Pierre-Yves David obsolete: compute unstable changeset
Wed, 04 Jul 2012 17:26:51 +0200 Pierre-Yves David obsolete: fix context.obsolete() method
Wed, 06 Jun 2012 01:56:58 +0200 Pierre-Yves David obsolete: function and method to access some obsolete data
Wed, 27 Jun 2012 13:41:04 -0500 Matt Mackall copies: re-include root directory in directory rename detection (issue3511)
Fri, 01 Jun 2012 12:45:16 -0700 Bryan O'Sullivan revlog: descendants(*revs) becomes descendants(revs) (API)
Fri, 01 Jun 2012 12:37:18 -0700 Bryan O'Sullivan revlog: ancestors(*revs) becomes ancestors(revs) (API)
Mon, 21 May 2012 16:35:27 -0500 Matt Mackall merge with stable
less more (0) -300 -100 -60 tip