Mercurial > public > mercurial-scm > hg-stable
log mercurial/revlogutils/randomaccessfile.py @ 53040:cdd7bf612c7b stable tip
age | author | description |
---|---|---|
Thu, 12 Sep 2024 16:27:58 -0400 | Matt Harbison | typing: add `from __future__ import annotations` to remaining source files |
Wed, 19 Jun 2024 17:06:05 +0200 | Rapha?l Gom?s | revlog: cleanup some outdated docstrings |
Thu, 07 Dec 2023 02:07:16 +0100 | Pierre-Yves David | changelog: disallow delayed write on inline changesets |
Tue, 24 Oct 2023 11:08:49 +0200 | Pierre-Yves David | changelog-delay: move the delay/divert logic inside the (inner) revlog |
Thu, 26 Oct 2023 03:29:46 +0200 | Pierre-Yves David | changelog-delay: move the appender class next to randomaccessfile |
Fri, 20 Oct 2023 12:13:33 +0200 | Pierre-Yves David | changelog-delay: adds some check around delaying and diverting write |
Sat, 30 Sep 2023 02:02:36 +0200 | Pierre-Yves David | randomaccessfile: drop explicit passing of file description |