log mercurial/context.py @ 14129:81e6d42b3228

age author description
Sun, 01 May 2011 08:29:50 -0500 Matt Mackall context: provide an efficient iterator for workingctx
Sat, 23 Apr 2011 00:51:25 +0300 Idan Kamara eliminate various naked except clauses
Tue, 19 Apr 2011 12:42:53 +0200 Adrian Buehlmann add: introduce a warning message for non-portable filenames (issue2756) (BC)
Mon, 04 Apr 2011 16:21:57 -0500 Matt Mackall filectx: introduce p1/p2 convenience methods
Mon, 07 Mar 2011 15:44:43 -0600 Matt Mackall ancestor: rewrite to deal with crossed linkrevs (issue2682) stable
Fri, 25 Feb 2011 15:31:32 -0600 Matt Mackall context: be even more careful about result order in ancestors() (issue2642) stable
Wed, 23 Feb 2011 20:47:00 -0600 Kevin Bullock workingctx: overload bookmarks() to return parents' bookmarks stable
Wed, 23 Feb 2011 17:27:05 -0600 Matt Mackall context: generate file ancestors in reverse revision order (issue2642) stable
Thu, 03 Feb 2011 10:31:17 +0100 Martin Geisler remove unnecessary list comprehensions
Fri, 11 Feb 2011 19:36:15 +0100 David Soria Parra context: add method to return all bookmarks pointing to a node
Sun, 02 Jan 2011 19:34:41 +0100 Adrian Buehlmann rename util.unlink to unlinkpath
Wed, 24 Nov 2010 15:56:32 -0600 Matt Mackall branch: operate on branch names in local string space where possible
Mon, 22 Nov 2010 18:15:58 +0100 Martin Geisler code style: prefer 'is' and 'is not' tests with singletons
Mon, 15 Nov 2010 17:05:54 -0600 Matt Mackall merge with stable
Mon, 15 Nov 2010 17:00:43 -0600 Matt Mackall context: walk both parents for workingctx.ancestors() stable
Sun, 07 Nov 2010 18:59:27 +0900 Nicolas Dumazet context: add __repr__ methods to workingfilectx and workingctx
Thu, 14 Oct 2010 22:47:50 +0200 Christian Ebert context: narrow down filter special case in filectx.cmp()
Tue, 27 Jul 2010 23:07:30 +0900 Nicolas Dumazet filectx: use ctx.size comparisons to speed up ctx.cmp
Tue, 21 Sep 2010 23:37:47 +0200 Patrick Mezard Merge with stable
Tue, 21 Sep 2010 23:14:58 +0200 Patrick Mezard context: fix filectx.undelete() (issue2388) stable
Mon, 20 Sep 2010 22:29:13 +0200 Patrick Mezard Merge with stable
Mon, 20 Sep 2010 21:46:56 +0200 Patrick Mezard Use lexists() instead of exists() where appropriate stable
Mon, 13 Sep 2010 13:09:20 +0200 Martin Geisler add: recurse into subrepositories with --subrepos/-S flag
Sun, 29 Aug 2010 22:55:37 +0200 Martin Geisler Merge with stable
Sun, 29 Aug 2010 22:37:58 +0200 Martin Geisler Lowercase error messages stable
Wed, 25 Aug 2010 13:40:46 +0200 Martin Geisler Merge with stable
Wed, 25 Aug 2010 13:29:46 +0200 Martin Geisler context: mark string for translation stable
Thu, 15 Jul 2010 18:10:05 +0200 Martin Geisler subrepos: support remapping of .hgsub source paths
Thu, 29 Jul 2010 10:39:59 +0900 Nicolas Dumazet context: reuse filecontext.cmp in workingfilecontext.cmp
Tue, 27 Jul 2010 23:40:46 +0900 Nicolas Dumazet filectx: use cmp(self, fctx) instead of cmp(self, text)