Sat, 30 Sep 2006 15:15:59 +0200 |
Benoit Boissinot |
correctly find the type of 'id' in revlog.lookup
|
file |
diff |
annotate
|
Sun, 24 Sep 2006 13:52:27 +0200 |
Benoit Boissinot |
optimize revlog.lookup when passed hex(node)[:...]
|
file |
diff |
annotate
|
Sun, 24 Sep 2006 13:52:25 +0200 |
Benoit Boissinot |
cleanups in revlog.lookup
|
file |
diff |
annotate
|
Thu, 21 Sep 2006 18:15:44 -0500 |
Matt Mackall |
Switch revlog.ancestor to use revisions rather than nodeids
|
file |
diff |
annotate
|
Wed, 20 Sep 2006 16:50:50 -0500 |
Matt Mackall |
Abstract ancestor algorithm into generic function
|
file |
diff |
annotate
|
Mon, 18 Sep 2006 17:43:31 +0200 |
Benoit Boissinot |
fix warnings spotted by pychecker
|
file |
diff |
annotate
|
Wed, 13 Sep 2006 14:37:51 -0300 |
Alexis S. L. Carvalho |
Avoid negative block sizes in lazyparser.
|
file |
diff |
annotate
|
Sun, 10 Sep 2006 19:15:08 -0300 |
Alexis S. L. Carvalho |
don't let lazyparser read more data than it can handle
|
file |
diff |
annotate
|
Tue, 15 Aug 2006 14:18:13 -0500 |
Matt Mackall |
Move cmp bits from filelog to revlog
|
file |
diff |
annotate
|
Sat, 12 Aug 2006 12:30:02 -0700 |
Vadim Gelfer |
update copyrights.
|
file |
diff |
annotate
|
Thu, 03 Aug 2006 21:24:19 -0500 |
Matt Mackall |
revlog.lookup optimization
|
file |
diff |
annotate
|
Mon, 17 Jul 2006 01:59:06 +0200 |
Benoit Boissinot |
fix filectxt to really work
|
file |
diff |
annotate
|
Mon, 17 Jul 2006 01:58:59 +0200 |
Benoit Boissinot |
correct the handling of linkrev with nullid
|
file |
diff |
annotate
|
Mon, 17 Jul 2006 01:58:50 +0200 |
Benoit Boissinot |
lookup should allow -1 to represent nullid (if passed an int as arg)
|
file |
diff |
annotate
|
Wed, 12 Jul 2006 08:28:00 -0700 |
Vadim Gelfer |
clean up trailing white space.
|
file |
diff |
annotate
|
Wed, 28 Jun 2006 16:52:42 -0500 |
Matt Mackall |
revlog: make lookup handle binary nodes
|
file |
diff |
annotate
|
Wed, 28 Jun 2006 15:49:33 -0500 |
Matt Mackall |
revlog: handle integer arguments to lookup
|
file |
diff |
annotate
|
Tue, 20 Jun 2006 15:02:23 -0300 |
Alexis S. L. Carvalho |
Change revlog.heads to walk the revision graph using revision numbers
|
file |
diff |
annotate
|
Tue, 20 Jun 2006 14:57:30 -0300 |
Alexis S. L. Carvalho |
Add revlog.parentrevs function.
|
file |
diff |
annotate
|
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).
|
file |
diff |
annotate
|
Tue, 16 May 2006 11:07:56 +0200 |
Benoit Boissinot |
fix a typo in an error message
|
file |
diff |
annotate
|
Sun, 14 May 2006 18:22:12 -0300 |
Alexis S. L. Carvalho |
Fix revlog.parseindex
|
file |
diff |
annotate
|
Wed, 10 May 2006 15:26:56 -0700 |
mason |
Reduce ram used for very large inlined index files
|
file |
diff |
annotate
|
Wed, 10 May 2006 11:10:18 -0700 |
Vadim Gelfer |
windows: revlog.lazyparser not always safe to use.
|
file |
diff |
annotate
|
Mon, 08 May 2006 14:26:18 -0500 |
mason |
Use revlogng and inlined data files by default
|
file |
diff |
annotate
|
Tue, 02 May 2006 14:37:55 -0700 |
Vadim Gelfer |
merge with crew.
|
file |
diff |
annotate
|
Tue, 02 May 2006 14:30:00 -0700 |
Vadim Gelfer |
fix file handling bugs on windows.
|
file |
diff |
annotate
|
Thu, 27 Apr 2006 21:16:46 +0200 |
Thomas Arendsen Hein |
Replaced 0 with REVLOGV0 where this meaning is used.
|
file |
diff |
annotate
|
Thu, 27 Apr 2006 21:03:07 +0200 |
Thomas Arendsen Hein |
Corrected error message for incompatible revision flags.
|
file |
diff |
annotate
|
Wed, 26 Apr 2006 22:42:07 -0700 |
Alexis S. L. Carvalho |
Fix revlog-ng interaction with old-http.
|
file |
diff |
annotate
|