log mercurial/error.py @ 53040:cdd7bf612c7b stable tip

age author description
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
Wed, 20 Dec 2023 22:17:03 +0100 Pierre-Yves David pytype: drop the now useless assert
Wed, 20 Dec 2023 11:23:09 +0100 Pierre-Yves David pytype: convert type comment for inline variable too
Tue, 19 Dec 2023 21:29:34 +0100 Pierre-Yves David pytype: move some type comment to proper annotation
Wed, 20 Dec 2023 20:13:22 +0100 Pierre-Yves David lock: properly convert error to bytes
Wed, 20 Dec 2023 12:51:20 +0100 Pierre-Yves David pytype: import typing directly
Mon, 05 Jun 2023 16:43:27 +0200 Rapha?l Gom?s rust-dirstate: fall back to v1 if reading v2 failed stable
Fri, 24 Mar 2023 02:22:12 -0400 Matt Harbison typing: correct the signature of error.CommandError stable
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Mon, 21 Feb 2022 10:27:02 -0700 Gregory Szorc error: unconditionally define __str__
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements