log mercurial/utils/storageutil.py @ 50896:b2b8c25f9462

age author description
Thu, 29 Apr 2021 22:01:04 +0200 Joerg Sonnenberger storageutil: match node length with repository
Wed, 04 Jan 2023 16:02:22 +0100 Raphaël Gomès branching: merge stable into default
Sat, 12 Nov 2022 00:18:41 +0100 Pierre-Yves David emitrevision: consider ancestors revision to emit as available base stable
Thu, 24 Nov 2022 04:04:19 +0100 Pierre-Yves David emitrevision: if we need to compute a delta on the fly, try p1 or p2 first stable
Mon, 28 Nov 2022 16:27:23 +0100 Pierre-Yves David emitrevision: simplify the fallback to computed delta stable
Mon, 28 Nov 2022 15:59:52 +0100 Pierre-Yves David emitrevision: also check the parents in the availability closure stable
Mon, 28 Nov 2022 15:48:51 +0100 Pierre-Yves David emitrevision: add a small closure to check if a base is usable stable
Wed, 07 Dec 2022 20:12:23 +0100 Pierre-Yves David bundle: emit full snapshot as is, without doing a redelta
Sat, 12 Nov 2022 00:18:41 +0100 Pierre-Yves David emitrevision: consider ancestors revision to emit as available base
Thu, 24 Nov 2022 04:04:19 +0100 Pierre-Yves David emitrevision: if we need to compute a delta on the fly, try p1 or p2 first
Mon, 28 Nov 2022 16:27:23 +0100 Pierre-Yves David emitrevision: simplify the fallback to computed delta
Mon, 28 Nov 2022 15:59:52 +0100 Pierre-Yves David emitrevision: also check the parents in the availability closure
Mon, 28 Nov 2022 15:48:51 +0100 Pierre-Yves David emitrevision: add a small closure to check if a base is usable
Tue, 15 Nov 2022 16:25:23 +0100 Pierre-Yves David debug: add an option to display statistic about a bundling operation
Sun, 29 May 2022 15:17:27 +0200 Manuel Jacob py3: replace `pycompat.xrange` by `range`
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Thu, 06 Jan 2022 12:46:10 +0100 Simon Sapin filelog: add a comment explaining a fast path in filerevisioncopied()
Sun, 30 May 2021 20:42:51 +0200 Pierre-Yves David censor: do not process sidedata of censored revision while bundling
Mon, 19 Apr 2021 11:22:24 +0200 Raphaël Gomès sidedata: move documentation about sidedata helpers to sidedata module
Mon, 19 Apr 2021 11:22:24 +0200 Raphaël Gomès sidedata: move sidedata-related utils to the dedicated module
Thu, 08 Apr 2021 16:55:17 +0200 Raphaël Gomès sidedata: enable sidedata computers to optionally rewrite flags
Sat, 10 Apr 2021 11:27:40 +0200 Raphaël Gomès cg4: introduce protocol flag to signify the presence of sidedata
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Fri, 19 Feb 2021 11:15:42 +0100 Raphaël Gomès changegroupv4: add sidedata helpers
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