log mercurial/filelog.py @ 3893:6b4127c7d52a

age author description
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Tue, 05 Dec 2006 16:33:40 +0100 Benoit Boissinot use forward "/" for internal path and static http, fix issue437
Tue, 31 Oct 2006 13:01:28 +0100 Benoit Boissinot Backed out changeset 66a17364c30ef0804153093cfaccf830e563928a
Sun, 29 Oct 2006 16:33:46 +0100 Benoit Boissinot filelog: rename filelog.size() to filelog.len()
Sat, 30 Sep 2006 20:56:26 -0700 Brendan Cully filelog.annotate is now obsolete
Sun, 17 Sep 2006 22:38:06 -0500 Matt Mackall filelog: make metadata method private
Fri, 18 Aug 2006 14:59:18 -0700 Brendan Cully Teach annotate to follow copies.
Tue, 15 Aug 2006 22:46:35 -0500 Matt Mackall merge: use file size stored in revlog index
Tue, 15 Aug 2006 16:28:00 -0500 Matt Mackall filelog.cmp: return 0 for equality
Tue, 15 Aug 2006 14:18:13 -0500 Matt Mackall Move cmp bits from filelog to revlog
Mon, 14 Aug 2006 15:07:00 -0500 Matt Mackall filelog: add hash-based comparisons
Sat, 12 Aug 2006 12:30:02 -0700 Vadim Gelfer update copyrights.
Sun, 09 Jul 2006 01:30:30 +0200 Benoit Boissinot use __contains__, index or split instead of str.find
Tue, 20 Jun 2006 23:58:21 -0700 Vadim Gelfer use demandload more.
Mon, 08 May 2006 14:26:18 -0500 mason Use revlogng and inlined data files by default