Fri, 02 Dec 2022 18:19:59 +0100 |
Pierre-Yves David |
peer: pass the `path` object to `make_peer`
|
Sat, 03 Dec 2022 00:19:23 +0100 |
Pierre-Yves David |
peer: store the path object used to build a peer from a repo
|
Fri, 02 Dec 2022 17:41:44 +0100 |
Pierre-Yves David |
peer: build a `path` object on the fly when needed
|
Fri, 02 Dec 2022 18:04:51 +0100 |
Pierre-Yves David |
peer: use a dedicated name for the `peer` constructor
|
Fri, 02 Dec 2022 18:04:37 +0100 |
Pierre-Yves David |
peer: dissolve `_peerlookup` into its last two callers
|
Sat, 03 Dec 2022 03:45:45 +0100 |
Pierre-Yves David |
peer: stop having a `peer()` method on `peer()`
|
Sat, 03 Dec 2022 03:45:39 +0100 |
Pierre-Yves David |
clone: explicitly detect the need to fetch a peer
|
Fri, 02 Dec 2022 19:15:04 +0100 |
Pierre-Yves David |
addbranchrevs: explicitly detect the need to fetch a peer
|
Fri, 02 Dec 2022 17:01:54 +0100 |
Pierre-Yves David |
path: pass `path` to `peer` in `hg clone`
|
Fri, 02 Dec 2022 16:49:54 +0100 |
Pierre-Yves David |
path: use `get_clone_path_obj` in share
|
Thu, 01 Dec 2022 18:19:08 +0100 |
Pierre-Yves David |
path: pass `path` to `peer` in `hg incoming`
|
Wed, 30 Nov 2022 19:43:26 +0100 |
Pierre-Yves David |
path: have `peer` constructor accept a `path` object
|
Thu, 01 Dec 2022 01:37:10 +0100 |
Pierre-Yves David |
path: directly use the push_variant in outgoing internals
|
Tue, 29 Nov 2022 22:22:18 +0100 |
Pierre-Yves David |
peer-or-repo: remove the now unused function
|
Tue, 29 Nov 2022 22:21:19 +0100 |
Pierre-Yves David |
peer-or-repo: build a repo directly in the `repo` function
|
Tue, 29 Nov 2022 22:04:23 +0100 |
Pierre-Yves David |
peer-or-repo: build a peer directly in the `peer` function
|
Tue, 29 Nov 2022 22:03:10 +0100 |
Pierre-Yves David |
static-http: have `statichttprepo.instance` return a peer object
|
Tue, 29 Nov 2022 21:48:08 +0100 |
Pierre-Yves David |
peer-or-repo: split the scheme between repo and peer
|
Wed, 30 Nov 2022 13:55:15 +0100 |
Pierre-Yves David |
peer-or-repo: stop relying on AttributeError in `islocal`
|
Tue, 29 Nov 2022 21:42:08 +0100 |
Pierre-Yves David |
repo-or-peer: deprecate calling `islocal` on non-path object
|
Wed, 30 Nov 2022 11:12:48 +0100 |
Pierre-Yves David |
share: stop using 'islocal' with repo instance
|
Tue, 29 Nov 2022 19:54:55 +0100 |
Pierre-Yves David |
peer-or-repo: make sure object in "scheme" have a `instance` object
|
Tue, 29 Nov 2022 18:30:54 +0100 |
Pierre-Yves David |
peer-or-repo: move the object setup in its own function
|
Tue, 31 May 2022 21:16:17 +0200 |
Manuel Jacob |
py3: catch FileExistsError instead of checking errno == EEXIST
|
Tue, 31 May 2022 03:39:42 +0200 |
Manuel Jacob |
py3: stop catching TypeError that was raised on Python 2
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Tue, 18 Jan 2022 10:27:13 +0100 |
Raphaël Gomès |
branching: merge with stable
|
Mon, 10 Jan 2022 18:04:41 -0500 |
Matt Harbison |
subrepo: make -S work again on Windows for incoming/outgoing to remote repos
stable
|
Thu, 23 Dec 2021 14:47:52 +0100 |
Raphaël Gomès |
urls: remove deprecated APIs
|
Mon, 29 Nov 2021 12:27:33 +0000 |
Arseniy Alekseyev |
sparse: lock the store when updating requirements config
stable
|
Fri, 15 Oct 2021 03:28:28 +0200 |
Pierre-Yves David |
path: keep the path instance in the `pulloperation`
|
Fri, 15 Oct 2021 02:44:14 +0200 |
Pierre-Yves David |
path: return path instance directly from get_pull_paths
|
Wed, 06 Oct 2021 13:32:07 +0530 |
Sushil khanchi |
hg: let extensions call the func without populating opts keys
|
Tue, 28 Sep 2021 08:47:11 -0700 |
Martin von Zweigbergk |
errors: raise InputError on bad revset to revrange() iff provided by the user
|
Sat, 10 Jul 2021 14:06:06 +0200 |
Pierre-Yves David |
windows: use abspath in mercurial/hg.py
|
Tue, 08 Jun 2021 02:06:45 +0200 |
Pierre-Yves David |
clone: reuse the stream clone logic for local clone
|
Wed, 09 Jun 2021 01:10:34 +0200 |
Pierre-Yves David |
clone: use "official" API to create local clone destination
|
Tue, 08 Jun 2021 03:40:36 +0200 |
Pierre-Yves David |
clone: cleanup the "cleanup dir" logic used during local clone
|
Mon, 17 May 2021 15:42:18 +0200 |
Pierre-Yves David |
updatecaches: use the `caches` argument instead of a special `full` value
|
Mon, 17 May 2021 15:05:24 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
Fri, 07 May 2021 10:39:58 +0200 |
Pierre-Yves David |
cache: avoid warming the fnodetags cache after clone
stable
|
Mon, 03 May 2021 18:55:19 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
Sun, 18 Apr 2021 00:56:09 -0400 |
Matt Harbison |
incoming: use bytes for an error message
stable
|
Wed, 14 Apr 2021 18:37:29 +0200 |
Pierre-Yves David |
share: use `get_clone_path`
|
Wed, 14 Apr 2021 18:34:42 +0200 |
Pierre-Yves David |
clone: use `get_clone_path`
|
Wed, 14 Apr 2021 17:41:02 +0200 |
Pierre-Yves David |
incoming: kill the `repo._subtoppath =` hack
|
Wed, 14 Apr 2021 10:35:40 +0200 |
Pierre-Yves David |
urlutil: add a `get_clone_path` function
|
Wed, 14 Apr 2021 02:14:15 +0200 |
Pierre-Yves David |
incoming: use `urlutil.get_pull_paths`
|
Wed, 14 Apr 2021 01:26:44 +0200 |
Pierre-Yves David |
outgoing: accept multiple destinations
|
Thu, 15 Apr 2021 09:23:28 +0200 |
Pierre-Yves David |
outgoing: pass subrepo path using function argument instead of abssource hack
|
Sun, 11 Apr 2021 20:00:46 +0200 |
Pierre-Yves David |
outgoing: merge the code handling --graph with the main one
|
Tue, 13 Apr 2021 15:13:20 +0200 |
Pierre-Yves David |
outgoing: move filtering logic in its own function
|
Sun, 11 Apr 2021 19:31:03 +0200 |
Pierre-Yves David |
outgoing: make `recurse` a real function
|
Sun, 11 Apr 2021 19:20:14 +0200 |
Pierre-Yves David |
outgoing: remove some early return
|
Mon, 12 Apr 2021 06:34:54 +0200 |
Pierre-Yves David |
urlutil: extract `parseurl` from `hg` into the new module
|
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
|