Tue, 31 May 2022 22:50:01 +0200 |
Manuel Jacob |
py3: catch FileNotFoundError instead of checking errno == ENOENT
|
Thu, 03 Mar 2022 18:28:30 -0800 |
Gregory Szorc |
global: bulk replace simple pycompat.iteritems(x) with x.items()
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Sat, 10 Jul 2021 14:06:39 +0200 |
Pierre-Yves David |
windows: use abspath in subrepoutil
|
Thu, 15 Apr 2021 09:23:19 +0200 |
Pierre-Yves David |
subrepo: introduce a `repo_rel_or_abs_source` function
|
Mon, 12 Apr 2021 03:01:04 +0200 |
Pierre-Yves David |
urlutil: extract `url` related code from `util` into the new module
|
Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
Sat, 06 Mar 2021 17:52:09 -0500 |
Matt Harbison |
typing: add type annotations to the public methods of mercurial/subrepoutil.py
|
Fri, 29 Jan 2021 14:03:01 +0100 |
Pierre-Yves David |
config: use the right API to access subrepository section
|
Wed, 22 Jul 2020 10:34:24 -0700 |
Martin von Zweigbergk |
config: remove now-unused `abs` argument from `include` callback
|
Wed, 22 Jul 2020 10:25:28 -0700 |
Martin von Zweigbergk |
subrepoutil: use relative path for looking up config `%include`s
|
Tue, 21 Jul 2020 23:50:42 -0700 |
Martin von Zweigbergk |
config: pass both relative and absolute paths to `include` callback
|
Mon, 07 Oct 2019 00:04:04 -0400 |
Gregory Szorc |
py3: finish porting iteritems() to pycompat and remove source transformer
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Mon, 24 Jun 2019 16:01:01 -0700 |
Kyle Lippincott |
subrepos: make last line of prompts <40 english chars (issue6158)
|
Thu, 17 Jan 2019 09:17:12 -0800 |
Martin von Zweigbergk |
cleanup: delete lots of unused local variables
|
Thu, 12 Apr 2018 17:22:59 +0530 |
Pulkit Goyal |
py3: use bytes() instead of str() on util.url()
|
Thu, 12 Apr 2018 17:21:56 +0530 |
Pulkit Goyal |
py3: use stringutil.forcebytestr() to convert error messages to bytes
|
Thu, 22 Mar 2018 21:56:20 +0900 |
Yuya Nishihara |
stringutil: bulk-replace call sites to point to new module
|
Sun, 04 Mar 2018 10:42:51 -0500 |
Augie Fackler |
merge with stable
base
mercurial/subrepo.py@f6eba183ab52
|
Tue, 06 Feb 2018 22:36:38 +0900 |
Yuya Nishihara |
subrepo: split non-core functions to new module
base
mercurial/subrepo.py@cf53332e435c
|