Mercurial > public > mercurial-scm > hg
log mercurial/bundlerepo.py @ 53042:cdd7bf612c7b stable tip
age | author | description |
---|---|---|
Mon, 03 Feb 2025 18:31:36 +0000 | Arseniy Alekseyev | bundlerepo: improve cleanup on error in `bundlerepo.getremotechanges` |
Mon, 03 Feb 2025 18:27:20 +0000 | Arseniy Alekseyev | refactor: reduce indentation level of a block in `bundlerepo` |
Mon, 03 Feb 2025 18:26:26 +0000 | Arseniy Alekseyev | refactor: split `bundlerepo.getremotechanges` into three pieces |
Sun, 05 Jan 2025 22:23:31 -0500 | Matt Harbison | pyupgrade: modernize calls to superclass methods |
Sat, 03 Aug 2024 01:33:13 -0400 | Matt Harbison | bundlerepo: fix mismatches with repository and revlog classes |
Wed, 18 Sep 2024 17:50:57 -0400 | Matt Harbison | typing: make `bundlerepository` subclass `localrepository` while type checking |
Mon, 16 Sep 2024 15:36:44 +0200 | Matt Harbison | typing: add `from __future__ import annotations` to most files |