Mercurial > public > mercurial-scm > hg
log hgext/sparse.py @ 53042:cdd7bf612c7b stable tip
age | author | description |
---|---|---|
Mon, 06 Jan 2025 13:29:42 -0500 | Matt Harbison | style: use `ui.xxxnoi18n()` methods instead of wrapping msg in `()` |
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 |