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:03:11 +0200 |
Pierre-Yves David |
largefile: use sysstr to check for attribute presence in `openstore`
|
Fri, 02 Dec 2022 06:42:17 +0100 |
Pierre-Yves David |
path: pass `path` to `peer` in largefiles
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Wed, 14 Apr 2021 14:35:13 +0200 |
Pierre-Yves David |
lfs: use the new APIs
|
Mon, 12 Apr 2021 06:34:54 +0200 |
Pierre-Yves David |
urlutil: extract `parseurl` from `hg` into the new module
|
Mon, 12 Apr 2021 03:01:04 +0200 |
Pierre-Yves David |
urlutil: extract `url` related code from `util` into the new module
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
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
|
Thu, 17 Jan 2019 09:17:12 -0800 |
Martin von Zweigbergk |
cleanup: delete lots of unused local variables
|
Sun, 18 Feb 2018 14:25:03 -0500 |
Augie Fackler |
largefiles: make scheme regex a bytes regex
|
Thu, 21 Dec 2017 13:57:57 +0100 |
Boris Feld |
largefiles: add support for 'largefiles://' url scheme
|
Tue, 14 Jun 2016 11:21:41 +0200 |
liscju |
largefiles: make storefactory._openstore public
|
Sat, 04 Jun 2016 16:53:44 +0200 |
liscju |
largefiles: move basestore._openstore into new module to remove cycle
base
hgext/largefiles/basestore.py@96ee5d374e80
|