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`
|
Sat, 03 Jul 2021 10:21:16 +0300 |
Anton Shestakov |
exchange: use "served" repo filter to guess what the server will publish
|
Mon, 03 May 2021 12:29:52 +0200 |
Pierre-Yves David |
sidedata: add a 'side-data' repository feature and use it
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
Mon, 19 Apr 2021 12:52:23 -0700 |
Martin von Zweigbergk |
errors: raise RemoteError in some places in exchange.py
|
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
|
Wed, 13 Jan 2021 16:14:58 +0100 |
Joerg Sonnenberger |
node: introduce nodeconstants class
|
Fri, 19 Feb 2021 10:53:27 +0100 |
Raphaël Gomès |
sidedata-exchange: add `wanted_sidedata` and `sidedata_computers` to repos
|
Thu, 18 Feb 2021 17:36:52 +0100 |
Raphaël Gomès |
changegroup: add v4 changegroup for revlog v2 exchange
|
Wed, 03 Feb 2021 23:23:56 -0800 |
Martin von Zweigbergk |
bundle2: print "error:abort" message to stderr instead of stdout
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Mon, 23 Nov 2020 14:48:05 -0800 |
Martin von Zweigbergk |
errors: drop trailing "!" for some errors about bookmarks
|
Thu, 22 Oct 2020 14:14:59 -0700 |
Martin von Zweigbergk |
errors: introduce CanceledError and use it in a few places
|
Thu, 15 Oct 2020 15:57:36 +0200 |
Pierre-Yves David |
clonebundles: move a bundle of clone bundle related code to a new module
|
Thu, 08 Oct 2020 15:35:44 -0700 |
Martin von Zweigbergk |
errors: stop passing non-strings to Abort's constructor
|