Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: add a magic null revision to our index
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: change accesses to index entry elements to use positive offsets
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: parse revlogv0 indexes into v1 internally
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: only allow lazy parsing with revlogng files
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: simplify the v1 immediate parser
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: set the threshold for lazy parsing higher
|
Mon, 23 Jul 2007 20:44:07 -0500 |
Matt Mackall |
revlog: simplify the v0 parser
|
Mon, 23 Jul 2007 20:44:07 -0500 |
Matt Mackall |
revlog: add revlogio interface
|
Mon, 23 Jul 2007 20:44:07 -0500 |
Matt Mackall |
revlog: regroup parsing code
|
Sat, 21 Jul 2007 16:18:42 -0500 |
Matt Mackall |
revlog: privatize some methods
|
Sat, 21 Jul 2007 16:18:24 -0500 |
Matt Mackall |
revlog: delete unused function makenode
|
Sat, 21 Jul 2007 16:18:21 -0500 |
Matt Mackall |
revlog: raise offset/type helpers to global scope
|
Tue, 03 Jul 2007 12:45:33 +0200 |
Thomas Arendsen Hein |
Fix revlog.children so the real children of the null revision can be calculated.
|
Tue, 19 Jun 2007 08:51:34 +0200 |
Thomas Arendsen Hein |
Updated copyright notices and add "and others" to "hg version"
|
Mon, 04 Jun 2007 00:26:53 -0300 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Mon, 04 Jun 2007 00:24:48 -0300 |
Alexis S. L. Carvalho |
Also check the index file size when deciding whether to reload a revlog.
|
Sat, 07 Apr 2007 04:45:27 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable.
|
Sat, 07 Apr 2007 04:27:55 -0300 |
Alexis S. L. Carvalho |
revlog.py: fix/tweak read ahead code in lazyparser
|
Mon, 02 Apr 2007 14:16:44 -0500 |
Matt Mackall |
Fixups for recent changes in revlog version handling
|
Sat, 24 Mar 2007 13:31:43 +0100 |
Thomas Arendsen Hein |
Fixed spacing in assignment of REVLOG_DEFAULT_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
|
Thu, 15 Mar 2007 18:57:47 -0500 |
Matt Mackall |
Merge with stable
|
Thu, 15 Mar 2007 18:38:46 -0500 |
Matt Mackall |
revlog: attempt to gracefully handle some interleaved damage
|
Sun, 04 Feb 2007 16:08:56 -0800 |
Brendan Cully |
lazyindex: handle __delitem__ in loadblock
|
Mon, 18 Dec 2006 12:22:43 -0800 |
Brendan Cully |
Add revlog.LookupError exception, and use it instead of RevlogError.
|
Sun, 17 Dec 2006 21:48:22 -0600 |
Matt Mackall |
Sync with -stable
|
Sun, 17 Dec 2006 05:00:22 +0100 |
Benoit Boissinot |
fix calculation of new heads added during push with -r
0.9.3
|
Thu, 14 Dec 2006 20:25:19 -0600 |
Matt Mackall |
Simplify i18n imports
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|