log hgext/phabricator.py @ 53040:cdd7bf612c7b stable tip

age author description
Sat, 15 Feb 2025 15:20:33 +0100 Pierre-Yves David pycompat: backed out changeset e02c36478284
Sat, 21 Dec 2024 17:43:38 -0500 Matt Harbison typing: add some type annotations around `mercurial.util.sortdict` usage
Sun, 05 Jan 2025 21:03:17 -0500 Matt Harbison pyupgrade: drop usage of py3 aliases for `OSError`
Mon, 06 Jan 2025 14:15:40 -0500 Matt Harbison py3: drop redundant `u''` prefixes on string literals
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Tue, 23 Jul 2024 19:20:22 -0400 Matt Harbison typing: induce pytype to use the standard `attr` instead of the vendored copy
Tue, 23 Jul 2024 19:01:16 -0400 Matt Harbison phabricator: correct the default value of `phabhunk.corpus`
Fri, 01 Dec 2023 23:58:12 -0500 Matt Harbison phabricator: stringify the argument to `getattr()` stable
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Thu, 05 Jan 2023 19:53:02 -0500 Matt Harbison typing: disable a bogus attribute-error warning in phabricator
Fri, 06 Jan 2023 13:04:50 -0500 Matt Harbison typing: suppress a bunch of potential import-error cases in extensions
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Mon, 21 Feb 2022 11:24:57 -0700 Gregory Szorc py3: use str instead of pycompat.unicode
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements