2011-04-30 |
Sune Foldager |
filelog: extract metadata parsing and packing
|
2011-01-06 |
Matt Mackall |
filelog: move metadata parsing to a helper function
|
2010-07-05 |
Nicolas Dumazet |
filelog: cmp: don't read data if hashes are identical (issue2273)
stable
|
2010-07-05 |
Nicolas Dumazet |
filelog: test behaviour for data starting with "\1\n"
stable
|
2010-07-09 |
Nicolas Dumazet |
cmp: document the fact that we return True if content is different
stable
|
2010-03-16 |
Benoit Boissinot |
merge with stable
|
2010-03-16 |
Benoit Boissinot |
filelog: no need to optimize an uncommon case, assume meta = {}
|
2010-03-16 |
Benoit Boissinot |
filelog: text is stored modified when it starts with '\1\n'
stable
|
2010-02-16 |
Ronny Pfannschmidt |
filelog: sort meta entries, ensure deterministic order
stable
|
2010-01-25 |
Matt Mackall |
many, many trivial check-code fixups
|
2010-01-20 |
Matt Mackall |
Update license to GPLv2+
stable
|
2009-05-20 |
Benoit Boissinot |
filelog encoding: move the encoding/decoding into store
|
2009-04-25 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
2009-01-12 |
Matt Mackall |
revlog: kill from-style imports
|
2009-01-12 |
Dirkjan Ochtman |
use dict.iteritems() rather than dict.items()
|
2008-03-06 |
Joel Rosdahl |
Remove unused imports
|
2008-03-06 |
Joel Rosdahl |
Expand import * to allow Pyflakes to find problems
|
2008-01-20 |
Christian Ebert |
Prefer i in d over d.has_key(i)
|
2007-06-19 |
Thomas Arendsen Hein |
Updated copyright notices and add "and others" to "hg version"
|
2007-03-23 |
Matt Mackall |
revlog: simplify revlog version handling
|
2007-03-23 |
Matt Mackall |
revlog: don't pass datafile as an argument
|
2006-12-13 |
Matt Mackall |
Replace demandload with new demandimport
|
2006-12-05 |
Benoit Boissinot |
use forward "/" for internal path and static http, fix issue437
|
2006-10-31 |
Benoit Boissinot |
Backed out changeset 66a17364c30ef0804153093cfaccf830e563928a
|
2006-10-29 |
Benoit Boissinot |
filelog: rename filelog.size() to filelog.len()
|
2006-10-01 |
Brendan Cully |
filelog.annotate is now obsolete
|
2006-09-18 |
Matt Mackall |
filelog: make metadata method private
|
2006-08-18 |
Brendan Cully |
Teach annotate to follow copies.
|
2006-08-16 |
Matt Mackall |
merge: use file size stored in revlog index
|
2006-08-15 |
Matt Mackall |
filelog.cmp: return 0 for equality
|
2006-08-15 |
Matt Mackall |
Move cmp bits from filelog to revlog
|
2006-08-14 |
Matt Mackall |
filelog: add hash-based comparisons
|
2006-08-12 |
Vadim Gelfer |
update copyrights.
|
2006-07-08 |
Benoit Boissinot |
use __contains__, index or split instead of str.find
|
2006-06-21 |
Vadim Gelfer |
use demandload more.
|
2006-05-08 |
mason |
Use revlogng and inlined data files by default
|
2006-04-04 |
mason |
Implement revlogng.
|
2006-02-01 |
Benoit Boissinot |
Merge with crew
|
2005-12-15 |
Benoit Boissinot |
reverting 11d12bd6e1dcd9610fa26e97d25e7ad553e8ffa5
|
2005-12-08 |
Benoit Boissinot |
cleanup of revlog.group when repository is local
|
2005-12-22 |
Matt Mackall |
Re-enable the renamed check fastpath
|
2005-11-14 |
twaldmann |
fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX
|
2005-11-14 |
twaldmann |
minor optimization: save some string trash
|
2005-08-28 |
mpm |
fix some rename/copy bugs
|
2005-08-28 |
mpm |
Add some rename debugging support
|
2005-08-27 |
mpm |
Break apart hg.py
base
mercurial/hg.py@79bd2e105677
|