log hgext/extdiff.py @ 52133:f1312d0803a8 default tip

age author description
Mon, 04 Feb 2019 23:32:20 -0800 Ludovic Chabant extdiff: don't run gui programs when in a cli-only environment
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Thu, 12 Sep 2024 12:28:27 -0400 Matt Harbison typing: add explicit hints for recent pytype regressions
Thu, 18 Jul 2024 12:36:12 +0200 Raphaël Gomès black: format the codebase with 23.3.0
Tue, 23 Jul 2024 10:02:46 +0200 Raphaël Gomès Backout accidental publication of a large range of revisions
Thu, 18 Jul 2024 12:36:12 +0200 Raphaël Gomès black: format the codebase with 23.3.0
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):