Mercurial > public > mercurial-scm > hg
log mercurial/ui.py @ 46906:33524c46a092
age | author | description |
---|---|---|
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__ |