Mercurial > public > mercurial-scm > hg
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` |