Sun, 17 Jun 2018 23:28:00 -0700 |
Martin von Zweigbergk |
verify: use progress helper
|
Sun, 17 Jun 2018 23:35:49 -0700 |
Martin von Zweigbergk |
verify: use progress helper for subdirectory progress
|
Wed, 04 Apr 2018 14:11:43 -0700 |
Gregory Szorc |
verify: allow suppressing warnings about extra files
|
Wed, 04 Apr 2018 13:43:52 -0700 |
Gregory Szorc |
verify: drop "revlog" from warning message
|
Tue, 03 Apr 2018 08:55:16 -0700 |
Martin von Zweigbergk |
verify: remove dependence on repo.changectx()
|
Thu, 01 Mar 2018 23:58:28 -0500 |
Augie Fackler |
verify: fix exception formatting bug in Python 3
|
Tue, 06 Feb 2018 08:49:37 -0800 |
Martin von Zweigbergk |
verify: don't reimplement any()
|
Wed, 14 Feb 2018 17:05:33 +0530 |
Pulkit Goyal |
py3: use "%d" to convert integers to bytes
|
Fri, 29 Dec 2017 05:29:04 +0530 |
Pulkit Goyal |
py3: use pycompat.bytestr() instead of str()
|
Fri, 14 Jul 2017 14:22:40 -0700 |
Jun Wu |
codemod: register core configitems using a script
|
Sun, 14 May 2017 09:38:06 -0700 |
Jun Wu |
verify: add a config option to skip certain flag processors
|
Thu, 11 May 2017 14:52:02 -0700 |
Jun Wu |
verify: always check rawsize
|
Wed, 29 Mar 2017 14:49:14 -0700 |
Jun Wu |
verify: fix length check
|
Wed, 29 Mar 2017 14:45:01 -0700 |
Jun Wu |
verify: document corner cases
|
Mon, 23 Jan 2017 10:48:55 -0800 |
Martin von Zweigbergk |
verify: replace _validpath() by matcher
|
Thu, 10 Nov 2016 16:35:54 -0500 |
Augie Fackler |
verify: avoid shadowing two variables with a list comprehension
|
Thu, 10 Nov 2016 02:13:19 -0800 |
Durham Goode |
manifest: remove last uses of repo.manifest
|
Wed, 02 Nov 2016 17:10:47 -0700 |
Durham Goode |
manifest: remove manifest.readshallowdelta
|
Fri, 11 Mar 2016 20:18:41 +0800 |
Anton Shestakov |
verify: specify unit for ui.progress when checking files
|
Thu, 11 Feb 2016 15:38:56 -0800 |
Martin von Zweigbergk |
verify: show progress while verifying dirlogs
|
Wed, 03 Feb 2016 15:35:15 -0800 |
Martin von Zweigbergk |
verify: check for orphaned dirlogs
|
Sun, 07 Feb 2016 21:13:24 -0800 |
Martin von Zweigbergk |
verify: check directory manifests
|
Wed, 03 Feb 2016 15:53:48 -0800 |
Martin von Zweigbergk |
verify: extract "manifest" constant into variable
|
Sun, 07 Feb 2016 22:46:20 -0800 |
Martin von Zweigbergk |
verify: use similar language for missing manifest and file revisions
|
Tue, 02 Feb 2016 10:42:28 -0800 |
Martin von Zweigbergk |
verify: include "manifest" prefix in a few more places
|
Tue, 02 Feb 2016 09:46:14 -0800 |
Martin von Zweigbergk |
verify: drop unnecessary check for nullid
|
Sun, 31 Jan 2016 00:10:56 -0800 |
Martin von Zweigbergk |
verify: move cross-checking of changeset/manifest out of _crosscheckfiles()
|
Thu, 04 Feb 2016 08:34:07 -0800 |
Martin von Zweigbergk |
treemanifests: fix streaming clone
|
Sun, 31 Jan 2016 00:31:55 -0800 |
Martin von Zweigbergk |
verify: recover lost freeing of memory
stable
|
Fri, 15 Jan 2016 13:14:49 -0800 |
Bryan O'Sullivan |
with: use context manager in verify
|
Tue, 05 Jan 2016 21:25:51 -0800 |
Martin von Zweigbergk |
verify: replace "output parameters" by return values
|
Tue, 05 Jan 2016 17:08:14 -0800 |
Durham Goode |
verify: get rid of some unnecessary local variables
|
Tue, 05 Jan 2016 17:08:14 -0800 |
Durham Goode |
verify: move changelog verificaiton to its own function
|
Tue, 05 Jan 2016 18:34:39 -0800 |
Durham Goode |
verify: move manifest verification to its own function
|
Tue, 05 Jan 2016 18:31:51 -0800 |
Durham Goode |
verify: move file cross checking to its own function
|
Tue, 05 Jan 2016 18:28:46 -0800 |
Durham Goode |
verify: move filelog verification to its own function
|
Tue, 05 Jan 2016 17:08:14 -0800 |
Durham Goode |
verify: move checkentry() to be a class function
|
Tue, 05 Jan 2016 17:08:14 -0800 |
Durham Goode |
verify: move checklog() onto class
|
Sun, 20 Dec 2015 16:33:44 -0600 |
Matt Mackall |
verify: clean up weird error/warning lists
|
Sun, 20 Dec 2015 18:38:21 +0900 |
Yuya Nishihara |
verify: remove unreachable code to reraise KeyboardInterrupt
|
Fri, 18 Dec 2015 16:42:39 -0800 |
Durham Goode |
verify: move exc() function onto class
|
Fri, 18 Dec 2015 16:42:39 -0800 |
Durham Goode |
verify: move err() to be a class function
|
Fri, 18 Dec 2015 16:42:39 -0800 |
Durham Goode |
verify: move warn() to a class level function
|
Fri, 18 Dec 2015 16:42:39 -0800 |
Durham Goode |
verify: move fncachewarned up to a class variable
|
Fri, 18 Dec 2015 16:42:39 -0800 |
Durham Goode |
verify: move widely used variables into class members
|
Fri, 18 Dec 2015 16:42:39 -0800 |
Durham Goode |
verify: move verify logic into a class
|
Wed, 04 Nov 2015 12:14:18 -0500 |
Augie Fackler |
verify: add a hook that can let extensions manipulate file lists
|
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
|