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
|
Mon, 06 Apr 2009 19:48:11 +0200 |
Benoit Boissinot |
raise RevlogError when parser can't parse the revlog index
|
Mon, 23 Mar 2009 15:32:29 +0100 |
Nicolas Dumazet |
revlog: faster hash computation when one of the parent node is null
|
Mon, 23 Mar 2009 13:13:02 +0100 |
Peter Arrenbrecht |
cleanup: drop variables for unused return values
|
Mon, 23 Mar 2009 13:12:07 +0100 |
Peter Arrenbrecht |
cleanup: drop unused imports
|
Sun, 11 Jan 2009 22:48:28 -0600 |
Matt Mackall |
errors: move revlog errors
|
Wed, 12 Nov 2008 19:11:34 -0600 |
Matt Mackall |
lookup: speed up partial lookup
|
Wed, 12 Nov 2008 15:58:46 -0600 |
Matt Mackall |
revlog: speed up parents()
|
Wed, 12 Nov 2008 15:32:16 -0600 |
Matt Mackall |
revlog: remove delta function
|
Wed, 12 Nov 2008 15:19:14 -0600 |
Matt Mackall |
linkrev: take a revision number rather than a hash
|
Tue, 21 Oct 2008 17:00:35 +0200 |
Benoit Boissinot |
fix pull racing with push/commit (issue1320)
|
Fri, 17 Oct 2008 00:24:22 +0200 |
Bernhard Leiner |
use the new parseindex implementation C in parsers
|
Sun, 12 Oct 2008 15:21:08 -0500 |
Matt Mackall |
revlog: fix heads performance regression
|
Sat, 04 Oct 2008 10:14:39 +0200 |
Sune Foldager |
provide nicer feedback when an unknown node id is passed to a command
|
Tue, 12 Aug 2008 13:45:48 +0200 |
Martin Geisler |
Fixed docstring typos
|
Wed, 13 Aug 2008 20:18:41 -0500 |
Adrian Buehlmann |
revlog: add files method
|
Sat, 19 Jul 2008 18:19:50 +0200 |
Stefano Tortarolo |
Add ancestors and descendants to revlog
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
add __len__ and __iter__ methods to repo and revlog
|
Wed, 18 Jun 2008 16:47:47 +0300 |
Alexander Solovyov |
LookupError should have same __str__ as RevlogError
|
Wed, 18 Jun 2008 12:48:04 +0200 |
Alexander Solovyov |
make revlog.LookupError inherit from KeyError
|
Thu, 05 Jun 2008 16:25:11 +0200 |
Peter Arrenbrecht |
drop superfluous param from revlog.addgroup()
|
Fri, 04 Apr 2008 22:36:40 +0200 |
Dirkjan Ochtman |
python 2.6 compatibility: compatibility wrappers for hash functions
|
Fri, 14 Mar 2008 20:01:50 -0300 |
Alexis S. L. Carvalho |
revlog.py: remove extra close()
|
Fri, 14 Mar 2008 22:12:50 +0100 |
Benoit Boissinot |
revlog: make sure the files are closed after an exception happens
|
Tue, 11 Mar 2008 17:42:29 -0500 |
Matt Mackall |
revlog: report node and file when lookup fails
|
Thu, 06 Mar 2008 22:23:41 +0100 |
Joel Rosdahl |
Remove unused imports
|
Thu, 06 Mar 2008 22:23:26 +0100 |
Joel Rosdahl |
Expand import * to allow Pyflakes to find problems
|
Tue, 19 Feb 2008 19:20:10 -0300 |
Alexis S. L. Carvalho |
revlog.revision: avoid opening the datafile without need.
|
Sat, 19 Jan 2008 18:01:16 -0200 |
Alexis S. L. Carvalho |
simplify revlog.strip interface and callers; add docstring
|
Sat, 19 Jan 2008 18:01:16 -0200 |
Alexis S. L. Carvalho |
strip: calculate list of extra nodes to save and pass it to changegroupsubset
|
Tue, 18 Dec 2007 14:01:42 -0600 |
Matt Mackall |
util: get rid of is_win_9x wart
|
Wed, 28 Nov 2007 08:36:55 -0800 |
Bryan O'Sullivan |
make LookupError more detailed
|
Sat, 24 Nov 2007 12:13:32 -0600 |
Matt Mackall |
revlog: make revlogv0 loading more robust against corruption
|
Thu, 11 Oct 2007 12:16:55 +0200 |
Benoit Boissinot |
fix UnboundLocalError, refactor a bit
|
Thu, 11 Oct 2007 00:46:54 -0500 |
Matt Mackall |
revlog: break up compression of large deltas
|
Thu, 11 Oct 2007 00:46:53 -0500 |
Matt Mackall |
revlog: fix caching of buffer objects
|
Thu, 11 Oct 2007 00:46:51 -0500 |
Matt Mackall |
revlog: avoid large yields in group()
|
Thu, 11 Oct 2007 00:46:47 -0500 |
Matt Mackall |
revlog: reduce memory usage in addgroup
|
Wed, 03 Oct 2007 17:17:28 -0500 |
Matt Mackall |
changegroup: avoid large copies
|
Wed, 03 Oct 2007 17:17:27 -0500 |
Matt Mackall |
revlog: generate trivial deltas against null revision
|
Wed, 26 Sep 2007 01:58:45 -0300 |
Alexis S. L. Carvalho |
revlog: fix revlogio.packentry corner case
|