mercurial/context.py
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
Mon, 21 May 2012 16:32:50 -0500 Matt Mackall context: grudging accept longs in constructor stable
Sun, 13 May 2012 14:04:06 +0200 Brodie Rao context: add changectx.closesbranch() method
Sun, 13 May 2012 14:04:04 +0200 Brodie Rao localrepo: add branchtip() method for faster single-branch lookups
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Sat, 12 May 2012 00:24:07 +0200 Patrick Mezard phases: introduce phasecache
Wed, 09 May 2012 02:46:58 +0300 Idan Kamara context: fix call to util.safehasattr
Sun, 06 May 2012 14:37:51 -0500 Matt Mackall context: add copies method with caching
Sun, 06 May 2012 14:20:53 -0500 Matt Mackall filectx: handle some other simple cases for finding merge ancestor
Fri, 04 May 2012 17:27:14 -0500 Matt Mackall filectx: make ancestor require actx
Mon, 23 Apr 2012 12:12:04 +0200 Patrick Mezard update: make --check abort with dirty subrepos stable
Wed, 11 Apr 2012 11:29:12 +0200 Patrick Mezard context: revert workingctx.ancestors() followfirst option
Sun, 08 Apr 2012 12:38:08 -0500 Matt Mackall context: use rev for changelog lookup
Sun, 08 Apr 2012 12:38:07 -0500 Matt Mackall context: internalize lookup logic
Fri, 06 Apr 2012 15:18:14 -0500 Matt Mackall merge with stable
Thu, 05 Apr 2012 19:15:23 +0200 Patrick Mezard context: make changectx.mutable() benefit from .phase() logic stable
Sun, 26 Feb 2012 17:10:57 +0100 Patrick Mezard context: add followfirst arg to filectx and workingfilectx
Wed, 22 Feb 2012 17:36:33 -0600 Matt Mackall merge with stable
Thu, 23 Feb 2012 00:07:54 +0900 FUJIWARA Katsunori context: use 'changectx.dirs()' in 'walk()' for directory patterns stable
Thu, 23 Feb 2012 00:07:54 +0900 FUJIWARA Katsunori context: add 'dirs()' to changectx/workingctx for directory patterns stable
Thu, 16 Feb 2012 16:40:29 -0600 Matt Mackall merge with stable
Thu, 16 Feb 2012 12:56:48 +0100 Patrick Mezard context: make workingctx.forget() really warn about untracked files stable
Thu, 09 Feb 2012 17:04:17 -0600 Matt Mackall merge: don't use unknown()
Tue, 17 Jan 2012 19:10:59 -0500 David M. Carr forget: fix subrepo recursion for explicit path handling
Sun, 15 Jan 2012 18:00:01 -0600 Matt Mackall merge with stable
Sun, 15 Jan 2012 13:39:09 +0100 Christian Ebert filectx: typo in comment stable
Fri, 13 Jan 2012 11:29:53 -0600 Matt Mackall merge with stable
Thu, 12 Jan 2012 00:49:45 +0900 Yuya Nishihara filectx: fix cmp() of file starting with '\1\n' stable
Thu, 29 Dec 2011 04:40:09 +0100 Pierre-Yves David phases: add a phasestr method on context
Fri, 06 Jan 2012 09:51:35 +0100 Pierre-Yves David phases: store phase values in constant instead of using raw integer
Wed, 21 Dec 2011 18:20:15 +0100 Laurens Holst context: add isbinary function
Wed, 21 Dec 2011 23:56:15 +0100 Pierre-Yves David phases: implement ``phase()`` and ``hidden()`` method for workingctx
Mon, 19 Dec 2011 23:31:38 +0100 Pierre-Yves David phases: add a mutable boolean property on context
Fri, 18 Nov 2011 12:04:31 +0100 Patrick Mezard annotate: support diff whitespace filtering flags (issue3030)
Mon, 07 Nov 2011 18:37:58 +0100 Pierre-Yves David phases: improve context.phase()
Tue, 18 Oct 2011 18:25:53 +0200 Pierre-Yves David phases: add a phase method to context
Sat, 22 Oct 2011 16:12:33 -0500 Matt Mackall windows: recompute flags when committing a merge (issue1802) stable
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall match: allow passing a context object to match core
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall context: add a match builder method
Thu, 16 Jun 2011 01:57:59 +0200 Pierre-Yves David hidden: Add ``hidden`` method for context
Sat, 04 Jun 2011 15:20:49 +0200 Patrick Mezard memctx: simplify constructor
Thu, 02 Jun 2011 00:33:33 +0200 Adrian Buehlmann workingctx: eliminate remove function
Fri, 27 May 2011 21:11:44 +0200 Adrian Buehlmann workingctx.remove: use self.forget
less more (0) -100 -60 tip