Wed, 01 May 2013 10:39:37 -0700 |
Durham Goode |
filelog: use super() for calling base functions
|
Tue, 10 May 2011 17:38:58 +0200 |
Sune Foldager |
filelog: add file function to open other filelogs
|
Sat, 30 Apr 2011 16:32:50 +0200 |
Sune Foldager |
filelog: extract metadata parsing and packing
|
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
|
Thu, 06 Mar 2008 22:23:26 +0100 |
Joel Rosdahl |
Expand import * to allow Pyflakes to find problems
|
Sun, 20 Jan 2008 14:39:25 +0100 |
Christian Ebert |
Prefer i in d over d.has_key(i)
|
Tue, 19 Jun 2007 08:51:34 +0200 |
Thomas Arendsen Hein |
Updated copyright notices and add "and others" to "hg version"
|
Thu, 22 Mar 2007 19:52:38 -0500 |
Matt Mackall |
revlog: simplify revlog version handling
|
Thu, 22 Mar 2007 19:12:03 -0500 |
Matt Mackall |
revlog: don't pass datafile as an argument
|
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
|
Tue, 04 Apr 2006 16:38:43 -0400 |
mason |
Implement revlogng.
|
Wed, 01 Feb 2006 19:18:15 +0100 |
Benoit Boissinot |
Merge with crew
|
Thu, 15 Dec 2005 18:04:05 +0100 |
Benoit Boissinot |
reverting 11d12bd6e1dcd9610fa26e97d25e7ad553e8ffa5
|
Thu, 08 Dec 2005 15:12:02 +0100 |
Benoit Boissinot |
cleanup of revlog.group when repository is local
|
Thu, 22 Dec 2005 13:18:44 -0600 |
Matt Mackall |
Re-enable the renamed check fastpath
|
Mon, 14 Nov 2005 03:59:35 +0200 |
twaldmann |
fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX
|
Mon, 14 Nov 2005 02:30:19 +0200 |
twaldmann |
minor optimization: save some string trash
|
Sat, 27 Aug 2005 22:04:17 -0700 |
mpm |
fix some rename/copy bugs
|
Sat, 27 Aug 2005 20:58:53 -0700 |
mpm |
Add some rename debugging support
|
Sat, 27 Aug 2005 14:21:25 -0700 |
mpm |
Break apart hg.py
base
mercurial/hg.py@79bd2e105677
|