Sun, 17 May 2009 04:14:15 +0200 |
Benoit Boissinot |
verify: use set instead of dict
|
Thu, 14 May 2009 16:22:49 +0200 |
Peter Arrenbrecht |
verify: detect manifest revs not in any changeset
|
Mon, 04 May 2009 19:51:08 +0200 |
Benoit Boissinot |
verify: reference the correct linkrev when a filelog is missing
|
Fri, 24 Apr 2009 10:44:39 +0200 |
Henrik Stuart |
verify: avoid exception on missing file revlog
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
replace util.sort with sorted built-in
|
Sat, 25 Apr 2009 22:26:39 +0200 |
Martin Geisler |
verify: combine sets instead of concatenating lists
|
Wed, 22 Apr 2009 00:56:06 +0200 |
Martin Geisler |
util: use built-in set instead of util.unique
|
Wed, 22 Apr 2009 02:01:22 +0200 |
Ronny Pfannschmidt |
switch lock releasing in the core from gc to explicit
|
Sun, 29 Mar 2009 19:56:53 -0300 |
Wagner Bruna |
verify, i18n: fix unmarked strings
|
Mon, 23 Mar 2009 13:13:02 +0100 |
Peter Arrenbrecht |
cleanup: drop variables for unused return values
|
Sat, 07 Mar 2009 20:16:03 +0100 |
Benoit Boissinot |
verify: find correct first corrupted cset for missing/corrupted revlogs
|
Sat, 07 Mar 2009 20:04:56 +0100 |
Benoit Boissinot |
verify: do not abort on fully corrupted revlog
|
Wed, 21 Jan 2009 14:14:56 -0600 |
Matt Mackall |
Merge with stable
|
Wed, 21 Jan 2009 11:15:47 -0600 |
Matt Mackall |
verify: don't trip over binary files starting with 01 0a
|
Mon, 12 Jan 2009 09:16:03 +0100 |
Dirkjan Ochtman |
use dict.iteritems() rather than dict.items()
|
Wed, 12 Nov 2008 15:19:14 -0600 |
Matt Mackall |
linkrev: take a revision number rather than a hash
|
Sat, 18 Oct 2008 14:43:14 -0400 |
John Mulligan |
issue 1144: prevent traceback on verify of bundles
|
Mon, 08 Sep 2008 00:50:34 +0200 |
Benoit Boissinot |
c0bd7d8b69ef uses err() instead of warn() but prototype doesn't match
|
Wed, 13 Aug 2008 20:18:43 -0500 |
Matt Mackall |
store: change handling of decoding errors
|
Wed, 13 Aug 2008 20:18:41 -0500 |
Adrian Buehlmann |
verify: check repo.store
|
Wed, 13 Aug 2008 20:18:40 -0500 |
Matt Mackall |
verify: only warn on copy nullid
|
Fri, 27 Jun 2008 18:28:45 -0500 |
Matt Mackall |
util: add sort helper
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
verify: lots of refactoring
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
verify: add some local variables
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
add __len__ and __iter__ methods to repo and revlog
|
Mon, 14 Apr 2008 22:31:33 +0200 |
Patrick Mezard |
verify: check copy source revlog and nodeid
|
Thu, 06 Mar 2008 22:23:26 +0100 |
Joel Rosdahl |
Expand import * to allow Pyflakes to find problems
|
Tue, 20 Nov 2007 15:46:20 -0600 |
Matt Mackall |
verify: improve handling of empty or missing files
|
Fri, 21 Sep 2007 17:18:06 -0500 |
Matt Mackall |
verify: report first bad changeset
|