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)
|
Mon, 25 May 2009 13:52:09 +0200 |
Benoit Boissinot |
revlog: fix undefined variable introduced in 5726bb290bfe
|
Sat, 23 May 2009 11:53:23 -0500 |
Matt Mackall |
revlog: fix reading of larger revlog indices on Windows
|
Wed, 20 May 2009 00:52:46 +0200 |
Martin Geisler |
use 'x is None' instead of 'x == None'
|
Sun, 17 May 2009 03:49:59 +0200 |
Benoit Boissinot |
revlog: use set instead of dict
|
Sun, 17 May 2009 02:44:12 +0200 |
Benoit Boissinot |
revlog.missing(): use sets instead of a dict
|
Thu, 14 May 2009 16:00:21 +0200 |
Peter Arrenbrecht |
revlog: slightly tune group() by not going rev->node->rev
|
Thu, 07 May 2009 19:39:45 -0500 |
Matt Mackall |
revlog: add cache priming for reconstructing delta chains
|
Thu, 07 May 2009 19:39:45 -0500 |
Matt Mackall |
revlog: use chunk cache to avoid rereading when splitting inline files
|
Thu, 07 May 2009 19:39:45 -0500 |
Matt Mackall |
revlog: clean up the chunk caching code
|
Thu, 07 May 2009 19:39:45 -0500 |
Matt Mackall |
revlog: use index to find index size
|
Thu, 07 May 2009 19:39:45 -0500 |
Matt Mackall |
revlog: preread revlog .i file
|
Tue, 28 Apr 2009 17:40:46 +0200 |
Simon Heimberg |
separate import lines from mercurial and general python modules
|
Sun, 26 Apr 2009 01:24:49 +0200 |
Martin Geisler |
turn some comments back into module docstrings
|
Sun, 26 Apr 2009 01:13:08 +0200 |
Martin Geisler |
put license and copyright info into comment blocks
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Sat, 25 Apr 2009 22:25:49 +0200 |
Martin Geisler |
rebase, revlog: use set(x) instead of set(x.keys())
|
Wed, 22 Apr 2009 20:51:20 +0200 |
Martin Geisler |
revlog: let nodestotag be a set instead of a list
|
Wed, 22 Apr 2009 00:57:28 +0200 |
Martin Geisler |
replace set-like dictionaries with real sets
|
Wed, 22 Apr 2009 00:55:32 +0200 |
Martin Geisler |
util: use built-in set and frozenset
|
Thu, 16 Apr 2009 15:34:03 +0200 |
Henrik Stuart |
strip: make repair.strip transactional to avoid repository corruption
|
Mon, 06 Apr 2009 20:11:00 +0200 |
Benoit Boissinot |
merge with -stable
|