log mercurial/verify.py @ 47279:40b51c28b242

age author description
Mon, 03 May 2021 12:20:45 +0200 Pierre-Yves David revlog: split the `version` attribute into its two components
Mon, 03 May 2021 12:20:35 +0200 Pierre-Yves David verify: pass a revlog to `_checkrevlog` in `_verifymanifest`
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Tue, 06 Apr 2021 10:38:03 +0200 Pierre-Yves David store: also return some information about the type of file `walk` found
Thu, 25 Mar 2021 18:02:08 +0100 Rapha?l Gom?s contributor: change mentions of mpm to olivia
Fri, 12 Mar 2021 23:28:56 -0500 Matt Harbison typing: add an assertion to verify.py to appease pytype stable
Thu, 11 Mar 2021 21:02:03 -0500 Matt Harbison verify: convert an exception to bytes before logging stable
Sat, 18 Jan 2020 01:54:17 -0500 Matt Harbison verify: avoid spurious integrity warnings in verbose mode (issue6172)
Mon, 23 Dec 2019 01:12:20 -0500 Matt Harbison verify: allow the storage to signal when renames can be tested on `skipread`
Sun, 22 Dec 2019 00:47:33 -0500 Matt Harbison verify: update comment to say that lfs doesn't need fulltext to check renames
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Tue, 28 May 2019 16:12:11 -0700 Kyle Lippincott verify: use self._err not self.err, it changed in 7eaf4b1ac2a3
Wed, 06 Mar 2019 15:06:53 +0100 Pierre-Yves David verify: also check full manifest validity during verify runs