Mercurial > public > mercurial-scm > hg
log mercurial/unionrepo.py @ 51870:1b17309cdaab
age | author | description |
---|---|---|
Thu, 19 Sep 2024 16:19:29 -0400 | Matt Harbison | typing: make `unionrepository` subclass `localrepository` while type checking |
Mon, 16 Sep 2024 15:36:44 +0200 | Matt Harbison | typing: add `from __future__ import annotations` to most files |
Wed, 21 Aug 2024 22:15:05 -0400 | Matt Harbison | typing: lock in new pytype gains from making revlog related classes typeable |
Tue, 10 Oct 2023 10:58:28 +0200 | Pierre-Yves David | revlog: drop the _generaldelta attribute from the imanifeststorage interface |
Tue, 10 Oct 2023 10:02:05 +0200 | Pierre-Yves David | revlog: move configuration attribute into dedicated object |
Tue, 10 Oct 2023 10:01:57 +0200 | Pierre-Yves David | manifestrevlog: flag some inconsistency in bundle/union repo inheritance |
Tue, 26 Sep 2023 02:54:50 +0200 | Pierre-Yves David | revlog: drop more file description passing between private function |