log mercurial/ui.py @ 52293:77b38c86915d

age author description
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
Wed, 30 Aug 2023 14:22:55 +0200 Pierre-Yves David ui: use sysstr to check for attribute presence
Wed, 05 Jul 2023 23:59:22 +0200 Raphaël Gomès configitems: move blackbox's config items to the new configitems.toml
Tue, 21 Mar 2023 14:29:35 +0000 Pierre-Yves David ui: keep the progress bar around when writing if stdout is not a tty
Thu, 02 Mar 2023 11:54:21 +0100 Pierre-Yves David style: rewrap `ui.deprecwarn` declaration
Tue, 03 Jan 2023 11:51:56 -0500 Matt Harbison ui: drop the deprecated `getpath()`
Tue, 03 Jan 2023 11:48:21 -0500 Matt Harbison ui: drop the deprecated `expandpath()`
Mon, 12 Dec 2022 14:10:12 -0500 Matt Harbison typing: add type hints to the prompt methods in mercurial/ui.py
Mon, 12 Dec 2022 14:17:05 -0500 Matt Harbison ui: split the `default` arg out of **kwargs for the internal prompt method
Sun, 11 Dec 2022 00:10:56 -0500 Matt Harbison typing: add trivial type hints to mercurial/ui.py
Sat, 10 Dec 2022 14:44:46 -0500 Matt Harbison typing: add type hints related to message output in mercurial/ui.py