log mercurial/context.py @ 3168:05c588e1803d

age author description
Fri, 29 Sep 2006 17:47:51 -0500 Matt Mackall context: add __nonzero__ methods
Fri, 29 Sep 2006 16:29:44 -0500 Matt Mackall Add str methods to contexts
Fri, 29 Sep 2006 16:01:46 -0500 Matt Mackall Add equality operators to changectx and filectx
Mon, 25 Sep 2006 16:43:21 -0500 Matt Mackall context: change filectx repr to use @
Fri, 22 Sep 2006 16:12:39 -0500 Matt Mackall context: add __repr__ methods
Fri, 22 Sep 2006 16:01:14 -0500 Matt Mackall filectx: lazy linkrev usage
Fri, 22 Sep 2006 15:34:02 -0500 Matt Mackall restore filectx.changectx() method
Fri, 22 Sep 2006 08:19:25 -0700 Brendan Cully filectx.annotate: return filectx for each line instead of rev
Fri, 22 Sep 2006 08:19:25 -0700 Brendan Cully Make filectx lazier - some users never use filenode
Fri, 22 Sep 2006 08:19:25 -0700 Brendan Cully context: handle fileid or changeid == 0
Wed, 20 Sep 2006 16:50:50 -0500 Matt Mackall Abstract ancestor algorithm into generic function
Tue, 19 Sep 2006 15:28:13 -0500 Matt Mackall Merge with crew
Fri, 15 Sep 2006 15:23:52 -0700 Brendan Cully Move defaultrev into changectx
Tue, 19 Sep 2006 14:58:54 -0500 Matt Mackall filectx: add rename-aware ancestor algorithm
Sun, 17 Sep 2006 22:59:33 -0500 Matt Mackall changectx: add ancestor function
Sun, 17 Sep 2006 22:58:11 -0500 Matt Mackall filectx: allow passing filelog in init to avoid opening new filelogs
Sun, 17 Sep 2006 22:38:06 -0500 Matt Mackall filelog: make metadata method private
Sun, 17 Sep 2006 22:20:44 -0500 Matt Mackall filectx: add rename traversal for parents()
Sat, 12 Aug 2006 12:30:02 -0700 Vadim Gelfer update copyrights.
Mon, 17 Jul 2006 01:59:06 +0200 Benoit Boissinot fix filectxt to really work
Sun, 16 Jul 2006 16:40:24 +0200 Benoit Boissinot context.py: various fixes
Sun, 16 Jul 2006 16:39:03 +0200 Benoit Boissinot context.py: filectxs was using a keyword arg, add it to filectx
Sun, 16 Jul 2006 16:39:02 +0200 Benoit Boissinot context.py: self.repo is not defined, change to self._repo
Wed, 28 Jun 2006 17:42:17 -0500 Matt Mackall Convert hg annotate to context api
Wed, 28 Jun 2006 17:07:46 -0500 Matt Mackall Add context.py: changeset and file revision contexts