log mercurial/utils/storageutil.py @ 49706:f27fbb908b10

age author description
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