mercurial/verify.py
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Sat, 08 Aug 2015 18:48:10 -0700 Gregory Szorc verify: use absolute_import
Thu, 25 Jun 2015 17:56:26 -0500 Matt Mackall censor: mark experimental option
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Sat, 20 Jun 2015 20:11:53 -0700 Gregory Szorc verify: print hint to run debugrebuildfncache
Fri, 19 Jun 2015 12:00:06 -0500 Matt Mackall verify: clarify misleading fncache message
Fri, 27 Mar 2015 15:13:21 -0500 Matt Mackall verify: add a note about a paleo-bug
Tue, 14 Oct 2014 16:16:04 -0400 Mike Edgar verify: report censored nodes if configured policy is abort
Wed, 19 Feb 2014 22:19:45 +0900 Yuya Nishihara verify: do not prevent verify repository containing hidden changesets stable
Mon, 08 Oct 2012 17:08:52 +0200 Pierre-Yves David clfilter: verify logic should be unfiltered
Wed, 24 Oct 2012 09:27:47 -0700 Bryan O'Sullivan verify: fix all doubled-slash sites (issue3665) stable
Mon, 22 Oct 2012 18:05:40 -0700 Bryan O'Sullivan verify: tolerate repeated slashes in a converted repo (issue3665)
Thu, 04 Oct 2012 01:24:05 +0900 FUJIWARA Katsunori verify: rename "hasmanifest" variable for source code readability
Thu, 04 Oct 2012 01:24:05 +0900 FUJIWARA Katsunori verify: use appropriate local variable in "checkentry()"
Thu, 04 Oct 2012 01:24:05 +0900 FUJIWARA Katsunori verify: use appropriate node information to show verification error
Tue, 21 Aug 2012 20:51:16 +0200 Patrick Mezard verify: do not choke on valid changelog without manifest stable
Sat, 12 May 2012 16:02:46 +0200 Brodie Rao cleanup: replace naked excepts with except Exception: ...
Thu, 14 Jul 2011 12:39:39 -0500 Matt Mackall verify: fix mq misfire
Wed, 13 Jul 2011 16:28:46 -0500 Matt Mackall verify: filter messages about missing null manifests (issue2900)
Wed, 13 Jul 2011 16:28:46 -0500 Matt Mackall verify: filter messages about missing null manifests (issue2900) stable
Mon, 22 Nov 2010 18:15:58 +0100 Martin Geisler code style: prefer 'is' and 'is not' tests with singletons
Mon, 02 Aug 2010 07:15:47 +0300 timeless verify/progress: using gerund to indicate action and adding units
Sun, 05 Sep 2010 22:32:11 +0200 Thomas Arendsen Hein verify: fix "missing revlog!" errors for revlog format v0 and add test stable
Thu, 05 Aug 2010 16:17:33 -0500 Matt Mackall verify: initialize rp variable in case we hit out of memory stable
Thu, 05 Aug 2010 16:17:17 -0500 Matt Mackall verify: reduce memory footprint when unpacking files stable
Thu, 05 Aug 2010 16:17:17 -0500 Matt Mackall verify: report exceptions that don't have a str() method stable
Tue, 13 Apr 2010 23:12:23 -0500 Steve Borho verify: improve progress descriptions
Mon, 15 Mar 2010 18:33:39 +0100 Martin Geisler progress: use a verb (+noun) in present participle stable
Wed, 17 Feb 2010 23:07:50 +0100 Martin Geisler progress: mark strings for translation stable
Wed, 10 Feb 2010 18:46:19 -0600 Augie Fackler verify: call ui.progress()
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Mon, 02 Nov 2009 10:15:04 +0100 Sune Foldager verify: report existence of journal
Wed, 28 Oct 2009 13:17:03 -0500 Matt Mackall verify: filter the candidate list for broken linkrevs
Tue, 06 Oct 2009 22:46:31 +0200 Patrick Mezard verify: detect file copy sources not in parents with --verbose
Wed, 22 Jul 2009 23:12:54 +0200 Martin Geisler coding style: use a space after comma
Sun, 05 Jul 2009 11:04:31 +0200 Alejandro Santos verify: fix scope issues with del statement
Wed, 01 Jul 2009 00:41:14 -0500 Matt Mackall verify: demote warning about nullid in copy to note
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
less more (0) -60 tip