Mercurial > public > mercurial-scm > hg
log hgext/fastannotate/commands.py @ 53042:cdd7bf612c7b stable tip
age | author | description |
---|---|---|
Mon, 16 Sep 2024 15:36:44 +0200 | Matt Harbison | typing: add `from __future__ import annotations` to most files |
Thu, 18 Jul 2024 19:01:55 -0400 | Matt Harbison | typing: add some type hints to fastannotate that have decayed in the last year |
Thu, 31 Aug 2023 23:56:15 +0200 | Pierre-Yves David | safehasattr: drop usage in favor of hasattr |
Thu, 03 Mar 2022 17:34:00 +0100 | Gregory Szorc | py2: remove simple from __future__ statements |
Tue, 28 Sep 2021 15:11:22 -0700 | Martin von Zweigbergk | errors: raise InputError from revsingle() iff revset provided by the user |
Fri, 06 Mar 2020 13:27:41 -0500 | Augie Fackler | cleanup: run pyupgrade on our source tree to clean up varying things |
Fri, 08 Nov 2019 11:19:20 -0800 | Augie Fackler | cleanup: remove pointless r-prefixes on single-quoted strings |