log

age author description
Wed, 27 Sep 2006 09:10:29 -0700 Brendan Cully hgweb: fix annotate bugs
Wed, 27 Sep 2006 09:10:28 -0700 Brendan Cully hgweb: use filectx.annotate instead of filelog
Wed, 27 Sep 2006 09:10:21 -0700 Brendan Cully Refactor annotate copy support.
Wed, 27 Sep 2006 09:35:53 +0200 Benoit Boissinot merge with mainline
Tue, 26 Sep 2006 14:40:21 -0500 TK Soh do not disclose proxy user and password in debug messages
Fri, 29 Sep 2006 17:50:59 -0500 Matt Mackall merge: minor nullid cleanup
Fri, 29 Sep 2006 17:47:51 -0500 Matt Mackall context: add __nonzero__ methods
Fri, 29 Sep 2006 16:39:38 -0500 Matt Mackall merge: use repo.parents and parent contexts in update
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
Fri, 29 Sep 2006 15:56:36 -0500 Matt Mackall localrepo.parents: return null context for no parents
Fri, 29 Sep 2006 15:48:16 -0500 Matt Mackall Add localrepo.parents to get parent changectxs.
Tue, 26 Sep 2006 16:21:52 -0500 Matt Mackall merge: move partial filtering out of manifest merge
Tue, 26 Sep 2006 16:04:07 -0500 Matt Mackall merge: move findcopies after workingmanifest
Tue, 26 Sep 2006 15:58:51 -0500 Matt Mackall findcopies: shortcut for empty working dir
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