Thu, 30 Jan 2025 18:22:01 +0100 |
Pierre-Yves David |
typing: introduce a `types` module and a MatcherT alias
|
Sun, 05 Jan 2025 22:23:31 -0500 |
Matt Harbison |
pyupgrade: modernize calls to superclass methods
|
Tue, 17 Dec 2024 16:02:58 -0500 |
Matt Harbison |
subrepo: don't leak a file descriptor when running a git command
|
Mon, 09 Dec 2024 00:21:38 -0500 |
Matt Harbison |
typing: use the `Status` protocol wherever `scmutil.status` was being used
|
Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
Wed, 15 Nov 2023 22:11:34 +0100 |
Joerg Sonnenberger |
archive: defer opening the output until a file is matched
|
Thu, 01 Aug 2024 11:43:10 -0400 |
Matt Harbison |
typing: add type hints around the matcher for subrepo archiving
|
Thu, 01 Aug 2024 01:52:11 -0400 |
Matt Harbison |
subrepo: drop the default value of None for the archive matcher
|
Thu, 18 Jul 2024 12:36:12 +0200 |
Rapha?l Gom?s |
black: format the codebase with 23.3.0
|
Tue, 23 Jul 2024 10:02:46 +0200 |
Rapha?l Gom?s |
Backout accidental publication of a large range of revisions
|
Thu, 18 Jul 2024 12:36:12 +0200 |
Rapha?l Gom?s |
black: format the codebase with 23.3.0
|
Thu, 31 Aug 2023 23:56:15 +0200 |
Pierre-Yves David |
safehasattr: drop usage in favor of hasattr
|
Wed, 25 Jan 2023 12:51:26 +0100 |
Pierre-Yves David |
subrepo: use `changing_files` context in subrepository code
|
Sat, 04 Feb 2023 12:14:19 +0100 |
Pierre-Yves David |
subrepo: let black expand some call on multiple lines early
|
Mon, 18 Jul 2022 03:29:53 -0400 |
derekbrowncmu |
subrepo: avoid opening console window for non-native subrepos on Windows
|
Wed, 13 Jul 2022 11:30:13 -0400 |
Matt Harbison |
typing: suppress a few pyi-errors with more recent pytype
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
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
|
Thu, 05 Aug 2021 12:53:36 +0200 |
Pierre-Yves David |
subrepo: compare normalised vfs path
stable
|
Sat, 10 Jul 2021 14:06:29 +0200 |
Pierre-Yves David |
windows: use abspath in subrepo
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
Wed, 14 Apr 2021 17:41:02 +0200 |
Pierre-Yves David |
incoming: kill the `repo._subtoppath =` hack
|
Thu, 15 Apr 2021 09:23:28 +0200 |
Pierre-Yves David |
outgoing: pass subrepo path using function argument instead of abssource hack
|
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
|
Thu, 18 Mar 2021 18:24:59 -0400 |
Matt Harbison |
merge with stable
|
Thu, 11 Mar 2021 19:21:58 -0500 |
Matt Harbison |
subrepo: handle unexpected file types from git gracefully
stable
|
Mon, 15 Feb 2021 14:48:36 -0500 |
Valentin Gatien-Baron |
sshpeer: enable+fix warning about sshpeers not being closed explicitly
|
Tue, 01 Dec 2020 21:54:46 +0100 |
Joerg Sonnenberger |
node: import symbols explicitly
|