log mercurial/utils/storageutil.py @ 46712:e8c11a2c96c0

age author description
Thu, 18 Feb 2021 18:18:35 +0100 Rapha?l Gom?s delta: add sidedata field to revision delta
Tue, 21 Jul 2020 22:41:45 +0200 Joerg Sonnenberger storageutil: allow modern hash sizes for fileids
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Mon, 13 Jan 2020 17:15:14 -0500 Augie Fackler core: migrate uses of hashlib.sha1 to hashutil.sha1
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
Sun, 18 Aug 2019 00:45:33 +0300 Pulkit Goyal interfaces: create a new folder for interfaces and move repository.py in it