Mercurial > public > mercurial-scm > hg-stable
log mercurial/revlogutils/docket.py @ 53040:cdd7bf612c7b stable tip
age | author | description |
---|---|---|
Mon, 16 Sep 2024 15:36:44 +0200 | Matt Harbison | typing: add `from __future__ import annotations` to most files |
Tue, 10 Oct 2023 11:12:06 +0200 | Pierre-Yves David | revlog: remove legacy usage of `_compengine` |
Fri, 02 Dec 2022 02:03:49 +0100 | Pierre-Yves David | changelog-v2: fix the docket `struct` |
Tue, 31 May 2022 22:50:01 +0200 | Manuel Jacob | py3: catch FileNotFoundError instead of checking errno == ENOENT |
Mon, 21 Feb 2022 13:08:28 -0700 | Gregory Szorc | py3: use class X: instead of class X(object): |
Tue, 01 Mar 2022 20:37:09 -0800 | Gregory Szorc | revlogutils: unconditionally pass version to random seed |
Mon, 21 Feb 2022 10:48:45 -0700 | Gregory Szorc | revlogutils: remove Python 2 variant for iter_seed |