log mercurial/ui.py @ 53040:cdd7bf612c7b stable tip

age author description
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
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
Sat, 10 Dec 2022 00:22:13 -0500 Matt Harbison typing: add type hints related to progress bars in mercurial/ui.py
Fri, 25 Nov 2022 18:39:47 -0500 Matt Harbison pytype: stop excluding mercurial/ui.py
Tue, 31 May 2022 22:50:01 +0200 Manuel Jacob py3: catch FileNotFoundError instead of checking errno == ENOENT
Wed, 13 Apr 2022 15:02:01 -0400 Matt Harbison windows: disable pager when packaged with py2exe
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Tue, 01 Mar 2022 20:52:32 -0800 Gregory Szorc py3: replace pycompat.itervalues(x) with x.values()
Tue, 08 Mar 2022 10:58:22 +0100 Gregory Szorc ui: use input() directly
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 18 Jun 2021 15:48:51 -0700 Martin von Zweigbergk ui: add a context manager for silencing the ui (pushbuffer+popbuffer)
Fri, 09 Apr 2021 17:04:39 +0200 Pierre-Yves David config: add an experimental option to list all known config
Fri, 11 Jun 2021 23:57:14 -0400 Matt Harbison py3: byteify the version string passed to the deprecation warning method
Thu, 15 Apr 2021 20:13:29 +0200 Pierre-Yves David urlutil: move url "fixing" at the time of `ui.paths` initialization
Mon, 17 May 2021 15:05:24 +0200 Rapha?l Gom?s branching: merge stable into default
Fri, 16 Apr 2021 01:18:28 +0200 Pierre-Yves David parselist: move the function from config to stringutil
Thu, 15 Apr 2021 10:05:51 +0200 Pierre-Yves David urlutil: deprecate `getpath`
Wed, 12 May 2021 12:41:52 -0400 Matt Harbison util: avoid echoing the password to the console on Windows py3 (issue6446) stable
Thu, 15 Apr 2021 01:03:12 +0200 Pierre-Yves David ui: deprecated `ui.expandpath`
Mon, 12 Apr 2021 03:01:04 +0200 Pierre-Yves David urlutil: extract `url` related code from `util` into the new module
Sun, 11 Apr 2021 23:54:35 +0200 Pierre-Yves David urlutil: extract `path` related code into a new module
Wed, 24 Mar 2021 00:04:58 +0100 Pierre-Yves David path: error out if the `path://` reference point to an unknown path
Tue, 23 Mar 2021 23:55:33 +0100 Pierre-Yves David path: forbid chaining `path://` definitions
Thu, 18 Mar 2021 12:02:01 +0100 Pierre-Yves David path: introduce a `path://` syntax to reference other path name
Sun, 21 Mar 2021 16:31:42 +0100 Pierre-Yves David path: extract sub-option logic into its own method
Sun, 21 Mar 2021 17:52:15 +0100 Pierre-Yves David path: extract the path validation logic into its own submethod
Thu, 18 Mar 2021 10:12:55 +0100 Pierre-Yves David path: move handling of "default" (*) suboptions value inside __init__
Thu, 25 Mar 2021 18:02:08 +0100 Rapha?l Gom?s contributor: change mentions of mpm to olivia
Thu, 11 Mar 2021 11:22:54 +0100 Pierre-Yves David paths: add a `*` special path to define default sub option
Thu, 11 Mar 2021 17:26:49 +0100 Pierre-Yves David ui: pass a `ui` object to `paths.getpath`
Fri, 29 Jan 2021 12:17:11 +0100 Pierre-Yves David config: use level to properly deal with value priority
Fri, 29 Jan 2021 11:21:49 +0100 Pierre-Yves David config: track the "level" of a value
Sat, 30 Jan 2021 00:32:42 +0100 Pierre-Yves David config: use a new `alter` method in `fixconfig`
Wed, 10 Feb 2021 19:23:56 +0100 Pierre-Yves David tweak-default: no longer enable the experimental return code stable
Wed, 13 Jan 2021 18:29:19 +0100 Pierre-Yves David ui: add a "config_default" method
Thu, 03 Dec 2020 14:15:39 -0500 Augie Fackler merge with stable
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1