Mercurial > public > mercurial-scm > hg-stable
log mercurial/logcmdutil.py @ 53040:cdd7bf612c7b stable tip
age | author | description |
---|---|---|
Thu, 30 Jan 2025 18:22:01 +0100 | Pierre-Yves David | typing: introduce a `types` module and a MatcherT alias |
Sun, 05 Jan 2025 22:26:16 -0500 | Matt Harbison | pyupgrade: rewrite `yield` statements in a loop to `yield from` |
Sun, 05 Jan 2025 22:23:31 -0500 | Matt Harbison | pyupgrade: modernize calls to superclass methods |
Mon, 16 Sep 2024 15:36:44 +0200 | Matt Harbison | typing: add `from __future__ import annotations` to most files |
Tue, 20 Aug 2024 18:30:47 -0400 | Matt Harbison | typing: lock in correct changes from pytype 2023.04.11 -> 2023.06.16 |
Tue, 23 Jul 2024 19:20:22 -0400 | Matt Harbison | typing: induce pytype to use the standard `attr` instead of the vendored copy |
Wed, 20 Dec 2023 22:17:03 +0100 | Pierre-Yves David | pytype: drop the now useless assert |