log mercurial/obsutil.py @ 53042:cdd7bf612c7b stable tip

age author description
Sat, 01 Feb 2025 13:47:56 +0100 Pierre-Yves David change-detection: reduce the amount of context used when comparing diff
Sun, 05 Jan 2025 22:23:31 -0500 Matt Harbison pyupgrade: modernize calls to superclass methods
Mon, 08 Jul 2024 22:46:04 +0200 Joerg Sonnenberger exchange: improve computation of relevant markers for large repos
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Tue, 20 Aug 2024 18:30:47 -0400 Matt Harbison typing: lock in correct changes from pytype 2023.04.11 -> 2023.06.16
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, 08 Jul 2024 16:20:04 +0200 Rapha?l Gom?s Backed out changeset f28c52a9f7b4 stable
Tue, 11 Jun 2024 18:47:50 +0200 Joerg Sonnenberger exchange: improve computation of relevant markers for large repos
Wed, 13 Mar 2024 16:22:13 -0300 Anton Shestakov obsutil: sort metadata before comparing in geteffectflag() stable
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
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
Fri, 26 Nov 2021 11:53:54 +0100 Rapha?l Gom?s typo: s/unkown/unknown across the codebase