log mercurial/verify.py @ 39938:fec944719324

age author description
Fri, 28 Sep 2018 12:05:48 -0700 Martin von Zweigbergk narrow: move support for `hg verify` into core
Mon, 24 Sep 2018 11:27:47 -0700 Gregory Szorc revlog: move revision verification out of verify
Wed, 19 Sep 2018 11:38:05 -0700 Gregory Szorc revlog: use proper version comparison during verify
Wed, 19 Sep 2018 11:17:28 -0700 Gregory Szorc verify: start to abstract file verification
Tue, 18 Sep 2018 16:47:09 -0700 Gregory Szorc global: replace most uses of RevlogError with StorageError (API)
Wed, 05 Sep 2018 01:19:48 +0300 Meirambek Omyrzak verify: make output less confusing (issue5924)
Fri, 10 Aug 2018 15:01:06 -0700 Gregory Szorc manifest: add getstorage() to manifestlog and use it globally
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