Thu, 18 Jul 2024 12:36:12 +0200 |
Raphaël Gomès |
black: format the codebase with 23.3.0
|
Wed, 10 Jul 2024 17:09:34 -0400 |
Matt Harbison |
typing: add some type hints for bundle2 capabilities
|
Mon, 08 Jul 2024 16:20:04 +0200 |
Raphaël Gomès |
Backed out changeset f28c52a9f7b4
stable
|
Tue, 11 Jun 2024 18:47:50 +0200 |
Joerg Sonnenberger |
exchange: improve computation of relevant markers for large repos
|
Tue, 02 Apr 2024 21:53:17 +0200 |
Pierre-Yves David |
bundlespec: rationalize the way we specify stream bundle version
|
Thu, 28 Mar 2024 07:12:09 +0000 |
Pierre-Yves David |
bundle2: make the "hgtagsfnodes" part advisory
stable
|
Wed, 11 Oct 2023 02:02:46 +0200 |
Pierre-Yves David |
branching: merge stable into default
|
Tue, 10 Oct 2023 18:29:04 +0200 |
Joerg Sonnenberger |
cleanup: typos, formatting
stable
|
Thu, 31 Aug 2023 23:56:15 +0200 |
Pierre-Yves David |
safehasattr: drop usage in favor of hasattr
|
Wed, 30 Aug 2023 13:00:14 +0200 |
Pierre-Yves David |
bundle2: use sysstr to check for attribute presence
|
Thu, 01 Jun 2023 17:39:22 +0100 |
Arseniy Alekseyev |
stream-clone: add a v3 version of the protocol
|
Fri, 03 Feb 2023 01:03:45 +0100 |
Pierre-Yves David |
safehasattr: pass attribute name as string instead of bytes
|
Thu, 02 Feb 2023 17:19:26 +0100 |
Pierre-Yves David |
safehasattr: pass attribute name as string instead of bytes
|
Tue, 23 May 2023 01:39:47 +0200 |
Arseniy Alekseyev |
stream-clone: support streamv3 on the cli [hg bundle]
|
Tue, 23 May 2023 01:28:56 +0200 |
Pierre-Yves David |
stream-clone: add the `-exp` prefix to the bundle part
|
Fri, 19 May 2023 14:49:50 +0200 |
Pierre-Yves David |
stream-clone: introduce the notion of an experimental "v3" version
|
Sun, 21 May 2023 00:00:57 +0200 |
Arseniy Alekseyev |
stream-clone: check the version of streaming clone supported by the client
|
Sun, 21 May 2023 01:03:19 +0200 |
Pierre-Yves David |
stream-clone: make sure the `stream` capability is set when bundling
|
Sun, 21 May 2023 00:00:29 +0200 |
Arseniy Alekseyev |
stream-clone: upgrade the error message for bad stream request
|
Wed, 08 Mar 2023 11:01:11 +0100 |
Pierre-Yves David |
bundle: prevent implicite bundling of internal changeset
|
Thu, 09 Mar 2023 01:26:04 +0100 |
Jason R. Coombs |
bundle: include required phases when saving a bundle (issue6794)
|
Sat, 03 Dec 2022 01:24:34 +0100 |
Pierre-Yves David |
delta-find: add a `delta-reuse-policy` on configuration `path`
|
Sat, 03 Dec 2022 01:16:22 +0100 |
Pierre-Yves David |
bundleoperation: optionnaly record the `remote` that produced the bundle
|
Wed, 23 Nov 2022 11:22:22 -0500 |
Matt Harbison |
typing: minor tweaks to allow updating to pytype 2022.11.18
|
Wed, 18 May 2022 10:39:45 +0100 |
Pierre-Yves David |
bundlespec: check the `obsolescence` value before adding the caps
|
Tue, 29 Mar 2022 14:27:45 +0200 |
Raphaël Gomès |
merge: stable into default
|
Thu, 24 Mar 2022 12:27:21 -0400 |
Valentin Gatien-Baron |
streamclone: avoid some obscure error in a corner case
stable
|
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()
|