Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
Tue, 19 Dec 2023 22:03:34 +0100 |
Pierre-Yves David |
sparse: use with statement for wlock
|
Fri, 01 Sep 2023 00:09:55 +0200 |
Pierre-Yves David |
pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
|
Fri, 03 Feb 2023 04:26:18 +0100 |
Pierre-Yves David |
wrapfunction: use sysstr instead of bytes as argument in "sparse"
|
Thu, 05 Jan 2023 19:47:35 -0500 |
Matt Harbison |
sparse: fix a py2 based usage of `map()`
|
Fri, 10 Jun 2022 23:19:04 +0200 |
Pierre-Yves David |
sparse: directly inline the `set_tracked` and `copy` wrapping
|
Fri, 10 Jun 2022 23:29:04 +0200 |
Pierre-Yves David |
sparse: drop the useless wrapping of `dirstate.set_untracked`
|
Sat, 11 Jun 2022 00:59:11 +0200 |
Pierre-Yves David |
sparse: directly inline the `rebuild` wrapping
|
Sat, 11 Jun 2022 00:58:41 +0200 |
Pierre-Yves David |
sparse: directly inline the `walk` wrapping
|
Sat, 11 Jun 2022 00:56:50 +0200 |
Pierre-Yves David |
sparse: use None as the sparse matcher value when disabled
|
Wed, 08 Jun 2022 09:31:01 +0200 |
Pierre-Yves David |
sparse: start moving away from the global variable for detection of usage
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Mon, 07 Feb 2022 00:33:22 -0500 |
Valentin Gatien-Baron |
sparse: rework debugsparse's interface
|
Tue, 24 Aug 2021 21:11:57 +0200 |
Pierre-Yves David |
dirstate: drop the deprecated `merge` method
|