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
|
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 10:05:51 +0200 |
Pierre-Yves David |
urlutil: deprecate `getpath`
|
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
|
Mon, 23 Nov 2020 11:47:06 -0500 |
Matt Harbison |
ui: ensure `getpass()` returns bytes
stable
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Mon, 23 Nov 2020 11:47:06 -0500 |
Matt Harbison |
ui: ensure `getpass()` returns bytes
|
Fri, 20 Nov 2020 14:43:21 -0800 |
Martin von Zweigbergk |
errors: raise ConfigError on failure to parse config file
|
Fri, 20 Nov 2020 10:31:56 -0800 |
Martin von Zweigbergk |
config: clean up message about ignored untrusted config
|
Thu, 22 Oct 2020 14:14:59 -0700 |
Martin von Zweigbergk |
errors: introduce CanceledError and use it in a few places
|