Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
Thu, 31 Aug 2023 23:56:15 +0200 |
Pierre-Yves David |
safehasattr: drop usage in favor of hasattr
|
Wed, 30 Aug 2023 14:38:30 +0200 |
Pierre-Yves David |
relink: use sysstr to check for attribute presence
|
Fri, 02 Dec 2022 06:33:50 +0100 |
Pierre-Yves David |
path: use `get_unique_pull_path_obj` in `hg relink`
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Wed, 14 Apr 2021 12:29:44 +0200 |
Pierre-Yves David |
relink: use `get_unique_pull_path`
|
Sun, 06 Oct 2019 13:28:56 -0400 |
Gregory Szorc |
py3: manually import pycompat.open into files that need it
|