log hgext/largefiles/__init__.py @ 51873:0afd58c72175 default tip

age author description
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Fri, 03 Feb 2023 04:24:40 +0100 Pierre-Yves David wrapfunction: use sysstr instead of bytes as argument in "narrow"
Fri, 03 Feb 2023 04:22:41 +0100 Pierre-Yves David wrapfunction: use sysstr instead of bytes as argument in "largefiles"
Thu, 05 Jan 2023 17:09:41 -0500 Matt Harbison largefiles: reference `mercurial.configitems.dynamicdefault` directly
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Wed, 13 Jan 2021 15:42:15 +0530 Pulkit Goyal largefiles: remove unused imports
Mon, 28 Dec 2020 03:18:16 +0100 Joerg Sonnenberger largefiles: redo heads interception
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Tue, 22 Sep 2020 23:18:37 -0700 Martin von Zweigbergk largefiles: prevent in-memory merge instead of switching to on-disk
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Fri, 28 Dec 2018 00:53:58 -0500 Matt Harbison largefiles: eliminate an unnecessary import of configitems
Thu, 27 Dec 2018 21:27:43 -0500 Matt Harbison largefiles: port revset registration to exthelper
Sun, 23 Dec 2018 23:01:51 -0500 Matt Harbison largefiles: drop the uisetup module
Sun, 23 Dec 2018 22:57:03 -0500 Matt Harbison largefiles: port wrapped functions to exthelper