log

age author description
Tue, 26 Sep 2006 13:58:58 +0200 Benoit Boissinot fix users of dirstate.copies broken by b1f10d3223c1
Mon, 25 Sep 2006 22:26:54 -0500 Matt Mackall Merge with crew
Sun, 24 Sep 2006 13:52:27 +0200 Benoit Boissinot optimize revlog.lookup when passed hex(node)[:...]
Sun, 24 Sep 2006 13:52:25 +0200 Benoit Boissinot cleanups in revlog.lookup
Mon, 25 Sep 2006 20:31:05 -0500 Matt Mackall findcopies: use dirstate rename information
Mon, 25 Sep 2006 17:53:17 -0500 Matt Mackall dirstate: add copies function
Mon, 25 Sep 2006 16:45:31 -0500 Matt Mackall Add core copy detection algorithm
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 18:29:04 +0200 Benoit Boissinot fix newline in error message
Fri, 22 Sep 2006 17:58:22 +0200 Benoit Boissinot add comments in cachefunc
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 Add cachefunc to abstract function call cache
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
Fri, 22 Sep 2006 08:48:56 +0200 Benoit Boissinot merge with crew
Tue, 19 Sep 2006 10:22:30 -0700 Brendan Cully mq: Add --rev argument to qimport, to adopt existing changesets.
Wed, 20 Sep 2006 22:26:47 +0200 Benoit Boissinot manifest.py: remove unnecessary method
Thu, 21 Sep 2006 18:15:44 -0500 Matt Mackall Switch revlog.ancestor to use revisions rather than nodeids
Thu, 21 Sep 2006 16:16:39 -0500 Matt Mackall mpatch: Fix for malloc corner case on AIX
Thu, 21 Sep 2006 16:15:39 -0500 Matt Mackall Merge with crew
Wed, 20 Sep 2006 21:44:35 +0200 Giorgos Keramidas tests: add new test; test-mq-qrefresh
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
Tue, 19 Sep 2006 08:45:39 -0700 Brendan Cully qimport: rename patch to patchname to avoid shadowing module
Fri, 15 Sep 2006 15:23:52 -0700 Brendan Cully Move defaultrev into changectx
Mon, 18 Sep 2006 17:43:31 +0200 Benoit Boissinot fix warnings spotted by pychecker
Mon, 18 Sep 2006 17:32:28 +0200 Benoit Boissinot hgweb: fix errors spotted by pychecker