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
|
Wed, 12 Jun 2024 11:29:11 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
Tue, 11 Jun 2024 03:05:20 +0200 |
Pierre-Yves David |
bookmark: fix remote bookmark deletion when the push is raced
stable
|
Tue, 11 Jun 2024 11:14:13 +0200 |
Pierre-Yves David |
exchange: fix locking to actually be scoped
stable
|
Tue, 11 Jun 2024 11:13:36 +0200 |
Pierre-Yves David |
exchange: fix locking to actually be scoped
stable
|
Wed, 17 Apr 2024 12:28:48 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
Tue, 09 Apr 2024 02:54:19 +0200 |
Pierre-Yves David |
phases: rework the logic of _pushdiscoveryphase to bound complexity
|
Fri, 05 Apr 2024 14:13:47 +0200 |
Pierre-Yves David |
phases: use revision number in `_pushdiscoveryphase`
|
Fri, 05 Apr 2024 14:11:02 +0200 |
Pierre-Yves David |
phases: move RemotePhasesSummary to revision number
|
Fri, 05 Apr 2024 12:02:43 +0200 |
Pierre-Yves David |
phases: use revision number in analyze_remote_phases
|
Tue, 09 Apr 2024 02:54:12 +0200 |
Pierre-Yves David |
push: rework the computation of fallbackheads to be correct
|
Thu, 04 Apr 2024 16:41:43 +0200 |
Pierre-Yves David |
bundle-spec: properly identify changegroup-less bundle
stable
|
Mon, 19 Jun 2023 11:04:27 +0200 |
Pierre-Yves David |
clone-bundle: rename the methods and wireprotole command
|
Wed, 08 Mar 2023 14:23:43 +0100 |
Mathias De Mare |
clonebundles: add support for inline (streaming) clonebundles
|
Tue, 23 May 2023 01:39:47 +0200 |
Arseniy Alekseyev |
stream-clone: support streamv3 on the cli [hg bundle]
|
Thu, 18 May 2023 17:07:43 -0700 |
Martin von Zweigbergk |
exchange: allow passing no includes/excludes to `pull()`
|
Fri, 19 May 2023 14:49:50 +0200 |
Pierre-Yves David |
stream-clone: introduce the notion of an experimental "v3" version
|
Sat, 03 Dec 2022 01:16:22 +0100 |
Pierre-Yves David |
bundleoperation: optionnaly record the `remote` that produced the bundle
|
Wed, 25 May 2022 11:53:34 +0200 |
Pierre-Yves David |
bundlespec: handle the presence of obsmarker part
|
Wed, 18 May 2022 12:07:50 +0100 |
Pierre-Yves David |
bundlespec: fix the generation of bundlespec for `cg.version`
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Tue, 01 Mar 2022 20:52:32 -0800 |
Gregory Szorc |
py3: replace pycompat.itervalues(x) with x.values()
|
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
|
Mon, 03 Jan 2022 01:09:56 +0100 |
Joerg Sonnenberger |
exchange: add fast path for subrepo check on push
|
Tue, 07 Dec 2021 16:44:22 +0100 |
Raphaël Gomès |
exchangev2: remove it
|
Fri, 29 Oct 2021 14:40:46 +0200 |
Pierre-Yves David |
pull: make the new argument a keyword argument
|
Fri, 15 Oct 2021 03:49:05 +0200 |
Pierre-Yves David |
bookmarks: move the `mirror` option to the `paths` section
|
Fri, 15 Oct 2021 03:28:28 +0200 |
Pierre-Yves David |
path: keep the path instance in the `pulloperation`
|