log mercurial/filelog.py @ 13393:d38d500deb08

age author description
Thu, 06 Jan 2011 17:04:47 -0600 Matt Mackall filelog: move metadata parsing to a helper function
Mon, 05 Jul 2010 19:49:54 +0900 Nicolas Dumazet filelog: cmp: don't read data if hashes are identical (issue2273) stable
Mon, 05 Jul 2010 18:43:46 +0900 Nicolas Dumazet filelog: test behaviour for data starting with "\1\n" stable
Fri, 09 Jul 2010 11:02:39 +0900 Nicolas Dumazet cmp: document the fact that we return True if content is different stable
Tue, 16 Mar 2010 01:16:19 +0100 Benoit Boissinot merge with stable
Tue, 16 Mar 2010 01:16:04 +0100 Benoit Boissinot filelog: no need to optimize an uncommon case, assume meta = {}
Tue, 16 Mar 2010 01:12:46 +0100 Benoit Boissinot filelog: text is stored modified when it starts with '\1\n' stable
Tue, 16 Feb 2010 21:04:04 +0100 Ronny Pfannschmidt filelog: sort meta entries, ensure deterministic order stable
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Wed, 20 May 2009 18:35:47 +0200 Benoit Boissinot filelog encoding: move the encoding/decoding into store
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 11 Jan 2009 22:55:36 -0600 Matt Mackall revlog: kill from-style imports
Mon, 12 Jan 2009 09:16:03 +0100 Dirkjan Ochtman use dict.iteritems() rather than dict.items()
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports