log hgext/largefiles/overrides.py @ 52097:ff1872e8c0bf default tip

age author description
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Mon, 16 Sep 2024 15:36:38 +0200 Matt Harbison format: add many "missing" comma
Wed, 15 Nov 2023 22:11:34 +0100 Joerg Sonnenberger archive: defer opening the output until a file is matched
Fri, 06 Sep 2024 02:12:19 +0200 Pierre-Yves David brancing: merge stable into default
Fri, 09 Aug 2024 22:45:32 +0200 Manuel Jacob largefiles: fix check that ensures that --all-largefiles is only used locally stable
Thu, 01 Aug 2024 11:43:10 -0400 Matt Harbison typing: add type hints around the matcher for subrepo archiving
Thu, 01 Aug 2024 01:52:11 -0400 Matt Harbison subrepo: drop the default value of None for the archive matcher
Thu, 25 Jul 2024 13:31:13 -0400 Matt Harbison largefiles: avoid a potentially undefined variable in exception case
Thu, 18 Jul 2024 12:36:12 +0200 Raphaël Gomès black: format the codebase with 23.3.0
Tue, 23 Jul 2024 10:02:46 +0200 Raphaël Gomès Backout accidental publication of a large range of revisions
Thu, 18 Jul 2024 12:36:12 +0200 Raphaël Gomès black: format the codebase with 23.3.0
Tue, 09 Apr 2024 11:00:52 +0100 Arseniy Alekseyev largefiles: track if a matcher was tampered with
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr
Wed, 30 Aug 2023 13:32:45 +0200 Pierre-Yves David largefile: use sysstr to check for attribute presence in `hgsubrepoarchive`
Wed, 30 Aug 2023 12:01:37 +0200 Pierre-Yves David largefile: use sysstr to check for attribute presence in `rebase` wrapping
Sun, 20 Aug 2023 16:51:49 -0400 Matt Harbison largefiles: migrate `opts` to native kwargs
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"
Mon, 20 Feb 2023 17:16:52 +0100 Pierre-Yves David large-files: also open the context in the subdirstate
Wed, 22 Feb 2023 00:23:06 +0100 Pierre-Yves David large-files: use `running_status` in `mergeupdate`
Wed, 22 Feb 2023 00:22:44 +0100 Pierre-Yves David large-files: use `running_status` in `scmutiladdremove`
Wed, 22 Feb 2023 00:24:47 +0100 Pierre-Yves David large-files: open the transaction sooner in `scmutiladdremove`
Wed, 22 Feb 2023 00:22:16 +0100 Pierre-Yves David large-files: use `running_status` in `overriderevert`
Tue, 21 Feb 2023 00:32:40 +0100 Pierre-Yves David large-files: larger "changing_parents" context in mergeupdate override
Sun, 19 Feb 2023 03:14:44 +0100 Pierre-Yves David large-files: use `hacky_extension_update_file` one more time
Sun, 05 Feb 2023 12:05:23 +0100 Pierre-Yves David largefiles: rely on main scoping for writing dirstate in `mergeupdate`
Sat, 04 Feb 2023 16:54:46 +0100 Pierre-Yves David largefiles: rely on the higher level `changing_giles` in `mergerecordupdates`
Wed, 15 Feb 2023 11:51:58 +0100 Pierre-Yves David commit: use `dirstate.change_files` to scope the associated `addremove`
Wed, 15 Feb 2023 10:46:46 +0100 Pierre-Yves David largefiles: link the core dirstate._changing context to the lfdirstate one
Wed, 25 Jan 2023 19:12:31 +0100 Pierre-Yves David dirstate: rename parentchange to changing_parents