Thu, 10 Jun 2010 17:10:05 +0200 |
Martin Geisler |
revlog: fix inconsistent comment formatting
|
Tue, 11 May 2010 16:28:09 -0500 |
Matt Mackall |
static-http: disable lazy parsing
|
Thu, 15 Apr 2010 15:35:06 +0200 |
Benoit Boissinot |
merge with stable
|
Thu, 15 Apr 2010 15:21:21 +0200 |
Benoit Boissinot |
add documentation for revlog._prereadsize
stable
|
Thu, 15 Apr 2010 13:52:41 +0200 |
Benoit Boissinot |
merge with stable
|
Wed, 14 Apr 2010 15:06:40 -0400 |
Greg Ward |
revlog: fix lazyparser.__iter__() to return all revisions (issue2137)
stable
|
Tue, 13 Apr 2010 17:58:38 -0400 |
Greg Ward |
revlog: factor out _maxinline global.
stable
|
Tue, 13 Apr 2010 17:58:38 -0400 |
Greg Ward |
revlog: factor out _maxinline global.
|
Tue, 13 Apr 2010 22:06:17 +0200 |
Benoit Boissinot |
revlog: put graph related functions together
|
Tue, 09 Feb 2010 14:02:07 +0100 |
Benoit Boissinot |
revlog.size: remove alternate implementation (revlogv0 specific)
|
Mon, 08 Feb 2010 17:28:19 +0100 |
Benoit Boissinot |
revlog: don't silently discard revlog flags on revlogv0
|
Sat, 06 Feb 2010 12:47:17 +0100 |
Dirkjan Ochtman |
revlog: fix up previously stupid API change
|
Sat, 06 Feb 2010 11:27:22 +0100 |
Dirkjan Ochtman |
revlog: add a fast path for checking ancestry
|
Fri, 05 Feb 2010 19:10:26 +0100 |
Vsevolod Solovyov |
add options dict to localrepo.store.opener and use it for defversion
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:45:09 -0600 |
Matt Mackall |
Merge with stable
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Sat, 12 Dec 2009 23:03:05 +0100 |
Martin Geisler |
Merge with stable
|
Thu, 10 Dec 2009 09:35:43 -0500 |
Greg Ward |
revlog: rewrite several method docstrings
stable
|
Thu, 03 Dec 2009 01:01:49 +0100 |
Benoit Boissinot |
revlog: add fast path to ancestor
|
Sat, 31 Oct 2009 17:04:46 +0100 |
Benoit Boissinot |
pychecker: remove unused local variables
|
Tue, 08 Sep 2009 17:58:59 -0400 |
Greg Ward |
Improve some docstrings relating to changegroups and prepush().
|
Fri, 04 Sep 2009 10:47:55 +0200 |
Benoit Boissinot |
manifest/revlog: do not let the revlog cache mutable objects
|
Sun, 05 Jul 2009 11:00:44 +0200 |
Alejandro Santos |
compat: use // for integer division
|
Sun, 31 May 2009 00:58:20 +0200 |
Martin Geisler |
revlog: make triple-quoted string a real comment
|
Wed, 27 May 2009 16:01:34 -0500 |
Matt Mackall |
revlog: refactor chunk cache interface again
|
Wed, 27 May 2009 14:44:54 -0500 |
Matt Mackall |
revlog: report indexfile rather than datafile for integrity check
|
Wed, 27 May 2009 14:44:51 -0500 |
Matt Mackall |
revlog: move stat inside lazyparser
|
Wed, 27 May 2009 02:46:59 +0200 |
Benoit Boissinot |
changegroup: the node list might be an empty generator (fix issue1678)
|
Mon, 25 May 2009 23:06:11 +0200 |
Martin Geisler |
replace xrange(0, n) with xrange(n)
|