log mercurial/state.py @ 51917:1d6982827c4b default tip

age author description
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Tue, 19 Dec 2023 21:29:34 +0100 Pierre-Yves David pytype: move some type comment to proper annotation
Wed, 20 Dec 2023 12:51:20 +0100 Pierre-Yves David pytype: import typing directly
Mon, 02 Jan 2023 15:27:55 +0400 Anton Shestakov bisect: correct message about aborting an in-progress bisect (issue6527) stable
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 30 Apr 2021 16:13:02 -0700 Kyle Lippincott black: make codebase compatible with black v21.4b2 and v20.8b1 stable
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Tue, 28 Jul 2020 11:11:14 -0700 Martin von Zweigbergk cleanup: fix bad formatting of state.py from D8811
Thu, 23 Jul 2020 13:31:45 -0700 Kyle Lippincott morestatus: mention --stop even if not using --verbose
Tue, 14 Jul 2020 13:36:57 -0700 Daniel Ploch state: support validated declaration of nested unfinished ops
Tue, 19 Nov 2019 23:49:05 +0900 Yuya Nishihara typing: consolidate "if not globals():" trick
Wed, 13 Nov 2019 22:22:49 -0500 Augie Fackler state: add a pytype annotation
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals