log mercurial/context.py @ 16602:80aef0bc5ba7

age author description
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