Sat, 14 Oct 2006 18:47:48 -0300 |
Alexis S. L. Carvalho |
make revlog.addgroup pass its file handles to addrevision
|
Thu, 12 Oct 2006 11:40:26 +0200 |
Benoit Boissinot |
nodesbetween: fix a bug with duplicate heads
|
Wed, 11 Oct 2006 12:06:14 -0700 |
Brendan Cully |
Teach bdiff to support buffer objects
|
Sat, 30 Sep 2006 15:15:59 +0200 |
Benoit Boissinot |
correctly find the type of 'id' in revlog.lookup
|
Sun, 24 Sep 2006 13:52:27 +0200 |
Benoit Boissinot |
optimize revlog.lookup when passed hex(node)[:...]
|
Sun, 24 Sep 2006 13:52:25 +0200 |
Benoit Boissinot |
cleanups in revlog.lookup
|
Thu, 21 Sep 2006 18:15:44 -0500 |
Matt Mackall |
Switch revlog.ancestor to use revisions rather than nodeids
|
Wed, 20 Sep 2006 16:50:50 -0500 |
Matt Mackall |
Abstract ancestor algorithm into generic function
|
Mon, 18 Sep 2006 17:43:31 +0200 |
Benoit Boissinot |
fix warnings spotted by pychecker
|
Wed, 13 Sep 2006 14:37:51 -0300 |
Alexis S. L. Carvalho |
Avoid negative block sizes in lazyparser.
|
Sun, 10 Sep 2006 19:15:08 -0300 |
Alexis S. L. Carvalho |
don't let lazyparser read more data than it can handle
|
Tue, 15 Aug 2006 14:18:13 -0500 |
Matt Mackall |
Move cmp bits from filelog to revlog
|
Sat, 12 Aug 2006 12:30:02 -0700 |
Vadim Gelfer |
update copyrights.
|
Thu, 03 Aug 2006 21:24:19 -0500 |
Matt Mackall |
revlog.lookup optimization
|
Mon, 17 Jul 2006 01:59:06 +0200 |
Benoit Boissinot |
fix filectxt to really work
|
Mon, 17 Jul 2006 01:58:59 +0200 |
Benoit Boissinot |
correct the handling of linkrev with nullid
|
Mon, 17 Jul 2006 01:58:50 +0200 |
Benoit Boissinot |
lookup should allow -1 to represent nullid (if passed an int as arg)
|
Wed, 12 Jul 2006 08:28:00 -0700 |
Vadim Gelfer |
clean up trailing white space.
|
Wed, 28 Jun 2006 16:52:42 -0500 |
Matt Mackall |
revlog: make lookup handle binary nodes
|
Wed, 28 Jun 2006 15:49:33 -0500 |
Matt Mackall |
revlog: handle integer arguments to lookup
|
Tue, 20 Jun 2006 15:02:23 -0300 |
Alexis S. L. Carvalho |
Change revlog.heads to walk the revision graph using revision numbers
|
Tue, 20 Jun 2006 14:57:30 -0300 |
Alexis S. L. Carvalho |
Add revlog.parentrevs function.
|
Wed, 31 May 2006 22:25:20 +0200 |
Thomas Arendsen Hein |
Manifest groups may be empty, so don't abort in this case (fixes issue210).
|
Tue, 16 May 2006 11:07:56 +0200 |
Benoit Boissinot |
fix a typo in an error message
|
Sun, 14 May 2006 18:22:12 -0300 |
Alexis S. L. Carvalho |
Fix revlog.parseindex
|
Wed, 10 May 2006 15:26:56 -0700 |
mason |
Reduce ram used for very large inlined index files
|
Wed, 10 May 2006 11:10:18 -0700 |
Vadim Gelfer |
windows: revlog.lazyparser not always safe to use.
|
Mon, 08 May 2006 14:26:18 -0500 |
mason |
Use revlogng and inlined data files by default
|
Tue, 02 May 2006 14:37:55 -0700 |
Vadim Gelfer |
merge with crew.
|
Tue, 02 May 2006 14:30:00 -0700 |
Vadim Gelfer |
fix file handling bugs on windows.
|
Thu, 27 Apr 2006 21:16:46 +0200 |
Thomas Arendsen Hein |
Replaced 0 with REVLOGV0 where this meaning is used.
|
Thu, 27 Apr 2006 21:03:07 +0200 |
Thomas Arendsen Hein |
Corrected error message for incompatible revision flags.
|
Wed, 26 Apr 2006 22:42:07 -0700 |
Alexis S. L. Carvalho |
Fix revlog-ng interaction with old-http.
|
Wed, 19 Apr 2006 08:33:46 -0700 |
Vadim Gelfer |
make appendfile simpler so it does not break with revlogng on windows.
|
Mon, 17 Apr 2006 13:19:58 -0400 |
Chris Mason |
Fix transaction handling during interleaved file split.
|
Sat, 08 Apr 2006 20:08:06 -0400 |
mason |
Additional appendfile fixes for interleaved data/index files
|
Thu, 06 Apr 2006 20:13:09 -0400 |
Chris Mason |
Speedup revlog.ancestors for the linear case
|
Tue, 04 Apr 2006 19:00:40 -0400 |
mason |
Reduce index memory usage by storing the bare string instead of tuples
|
Tue, 04 Apr 2006 16:47:12 -0400 |
mason |
New lazy index code for revlogs.
|
Tue, 04 Apr 2006 16:38:44 -0400 |
mason |
Fill in the uncompressed size during revlog.addgroup
|
Tue, 04 Apr 2006 16:38:44 -0400 |
mason |
Fix inlined revlogs to seek to eof after opening "a+"
|
Tue, 04 Apr 2006 16:38:44 -0400 |
mason |
Create an atomic opener that does not automatically rename on close
|
Tue, 04 Apr 2006 16:38:43 -0400 |
mason |
Make the appendfile class inline-data index friendly
|
Tue, 04 Apr 2006 16:38:43 -0400 |
mason |
Implement data inlined with the index file
|
Tue, 04 Apr 2006 16:38:43 -0400 |
mason |
Implement revlogng.
|
Fri, 24 Mar 2006 19:51:05 +0100 |
Thomas Arendsen Hein |
Calling revlog.addgroup with an empty changegroup now raises RevlogError.
|
Tue, 21 Mar 2006 11:47:21 +0100 |
Thomas Arendsen Hein |
make incoming work via ssh (issue139); move chunk code into separate module.
|
Mon, 13 Mar 2006 03:54:23 +0100 |
Benoit Boissinot |
revlog.py: factorization and fixes for rev < 0 (nullid)
|
Wed, 08 Mar 2006 00:27:23 +0100 |
Thomas Arendsen Hein |
Fix some problems when working on broken repositories:
|
Wed, 22 Feb 2006 07:26:29 +0100 |
Benoit Boissinot |
revalidate revlog data after locking the repo (issue132)
|
Sun, 19 Feb 2006 19:43:03 +0100 |
Benoit Boissinot |
fix warnings from pychecker (unused variables and shadowing)
|
Thu, 09 Feb 2006 17:07:20 -0600 |
mason |
revlog.strip should clear the chunkcache
|
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
|
Mon, 30 Jan 2006 19:34:35 +1300 |
Matt Mackall |
verify: notice extra data in indices
|
Sun, 29 Jan 2006 20:30:41 +1300 |
Matt Mackall |
Fix revlog signature check for empty revlogs
|
Sun, 29 Jan 2006 20:27:58 +1300 |
Matt Mackall |
Add revlog version signature check
|
Tue, 27 Dec 2005 13:09:49 -0600 |
Benoit Boissinot |
cleanup of revlog.group when repository is local
|
Fri, 18 Nov 2005 22:48:47 -0800 |
Eric Hopper |
Convert all classes to new-style classes by deriving them from object.
|