log mercurial/unionrepo.py @ 53040:cdd7bf612c7b stable tip

age author description
Sun, 05 Jan 2025 22:23:31 -0500 Matt Harbison pyupgrade: modernize calls to superclass methods
Wed, 23 Oct 2024 16:36:50 -0400 Matt Harbison manifest: drop the CamelCase name for `manifest.manifestrevlog`
Thu, 19 Sep 2024 18:48:07 -0400 Matt Harbison unionrepo: fix mismatches with revlog classes
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
Mon, 25 Sep 2023 12:14:38 +0200 Pierre-Yves David revlog: adapt the `reading` check for `unionrepo`
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Thu, 04 Apr 2019 18:07:30 +0200 Manuel Jacob pull: add --remote-hidden option and pass it through peer creation
Mon, 30 Jan 2023 16:49:41 -0500 Matt Harbison unionrepo: resync several methods to actually override superclass methods
Sat, 03 Dec 2022 00:16:07 +0100 Pierre-Yves David peer: have `repo.peer` take an optional `path` argument