Thu, 16 Jan 2025 17:18:16 +0100 |
Rapha?l Gom?s |
branching: merge stable into default
|
Mon, 06 Jan 2025 00:30:55 -0500 |
Matt Harbison |
pyupgrade: drop the quoting around type annotations
|
Sun, 05 Jan 2025 22:26:16 -0500 |
Matt Harbison |
pyupgrade: rewrite `yield` statements in a loop to `yield from`
|
Sun, 05 Jan 2025 21:03:17 -0500 |
Matt Harbison |
pyupgrade: drop usage of py3 aliases for `OSError`
|
Tue, 17 Dec 2024 01:39:33 -0500 |
Matt Harbison |
ui: replace a trivial file read with the `util` function
|
Tue, 17 Dec 2024 19:21:15 -0500 |
Matt Harbison |
ui: set the default editor on Windows to notepad.exe
|
Wed, 23 Oct 2024 01:32:33 +0200 |
Pierre-Yves David |
config: include the component level when returning them
|
Mon, 21 Oct 2024 13:39:44 +0200 |
Pierre-Yves David |
config: move `rcutil` module under a new `mercurial.configuration` module
|
Wed, 04 Dec 2024 20:45:13 -0500 |
Matt Harbison |
ui: stop using the `pycompat.open()` shim
|
Thu, 05 Dec 2024 20:46:21 +0000 |
Taylor R Campbell |
ui: fix escape sequences in in readline prompts (issue6930)
stable
|
Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
Wed, 20 Dec 2023 12:51:20 +0100 |
Pierre-Yves David |
pytype: import typing directly
|
Thu, 03 Aug 2023 02:33:22 +0200 |
Jean-Francois Pieronne |
openvms: fix the pager spawning and cleanup
|
Fri, 01 Sep 2023 00:09:55 +0200 |
Pierre-Yves David |
pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
|
Thu, 31 Aug 2023 23:56:15 +0200 |
Pierre-Yves David |
safehasattr: drop usage in favor of hasattr
|