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
|
Fri, 19 Nov 2021 12:57:53 -0800 |
Martin von Zweigbergk |
errors: return more detailed errors when failing to parse or apply patch
|
Sat, 23 Oct 2021 17:13:57 -0400 |
Matt Harbison |
typing: add more type hints to the errors module
|
Thu, 20 May 2021 08:15:57 -0700 |
Martin von Zweigbergk |
errors: make exit codes class variables instead
|