log hgext/lfs/blobstore.py @ 53042:cdd7bf612c7b stable tip

age author description
Sun, 05 Jan 2025 22:23:31 -0500 Matt Harbison pyupgrade: modernize calls to superclass methods
Sun, 05 Jan 2025 21:03:17 -0500 Matt Harbison pyupgrade: drop usage of py3 aliases for `OSError`
Sun, 22 Sep 2024 17:02:42 -0400 Matt Harbison lfs: fix various signature mismatches for vfs subclasses
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr
Wed, 30 Aug 2023 12:51:27 +0200 Pierre-Yves David lfs: use sysstr to check for attribute presence
Mon, 14 Nov 2022 10:59:09 +0100 Rapha?l Gom?s branching: merge stable into default
Thu, 20 Oct 2022 13:12:37 -0400 Matt Harbison lfs: improve an exception message for blob corruption detected on transfer
Tue, 18 Oct 2022 13:56:45 -0400 Matt Harbison lfs: avoid closing connections when the worker doesn't fork stable
Tue, 18 Oct 2022 13:36:33 -0400 Matt Harbison lfs: fix blob corruption when tranferring with workers on posix stable
Thu, 20 Oct 2022 12:05:17 -0400 Matt Harbison lfs: fix interpolation of int and %s in an exception case stable
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Mon, 21 Feb 2022 11:24:57 -0700 Gregory Szorc py3: use str instead of pycompat.unicode
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements