log mercurial/context.py @ 3134:4bf2e895cf86

age author description
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()
Fri, 15 Sep 2006 15:23:52 -0700 Brendan Cully Move defaultrev into changectx
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