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

age author description
Tue, 18 Feb 2025 15:33:51 +0100 Rapha?l Gom?s importrust: change `copy_tracing` to use the new PyO3 implementation
Tue, 07 Jan 2025 16:46:21 -0500 Matt Harbison pyupgrade: drop `coding=UTF-8` comments
Mon, 06 Jan 2025 01:20:01 -0500 Matt Harbison pyupgrade: replace `dict(...)` with dict comprehensions
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
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):
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
Mon, 13 Dec 2021 00:04:53 -0500 Matt Harbison pytype: stop excluding copies.py
Sun, 12 Dec 2021 22:29:46 -0500 Matt Harbison copies: fix some documentation typos
Sun, 12 Dec 2021 22:24:16 -0500 Matt Harbison copies: drop an unused variable
Wed, 29 Sep 2021 15:26:30 +0200 Pierre-Yves David dirstate-item: use `tracked` instead of `state` during copy detection