log mercurial/revlog.py @ 2844:e196aa1df169

age author description
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.