Fri, 01 Sep 2023 00:09:55 +0200 |
Pierre-Yves David |
pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
|
file |
diff |
annotate
|
Thu, 31 Aug 2023 23:56:15 +0200 |
Pierre-Yves David |
safehasattr: drop usage in favor of hasattr
|
file |
diff |
annotate
|
Wed, 30 Aug 2023 11:53:13 +0200 |
Pierre-Yves David |
cachedlocalrepo: use sysstr for attribute name of "file of interest"
|
file |
diff |
annotate
|
Thu, 02 Feb 2023 17:26:32 +0100 |
Pierre-Yves David |
safehasattr: pass attribute name as string instead of bytes
|
file |
diff |
annotate
|
Thu, 02 Feb 2023 17:26:23 +0100 |
Pierre-Yves David |
safehasattr: pass attribute name as string instead of bytes
|
file |
diff |
annotate
|
Thu, 04 Apr 2019 18:07:30 +0200 |
Manuel Jacob |
pull: add --remote-hidden option and pass it through peer creation
|
file |
diff |
annotate
|
Thu, 23 Feb 2023 04:42:17 +0100 |
Pierre-Yves David |
narrow: write the narrow spec in a transaction during share
|
file |
diff |
annotate
|
Thu, 23 Feb 2023 04:35:16 +0100 |
Pierre-Yves David |
narrow: write the narrow spec in a transaction during clone
|
file |
diff |
annotate
|
Wed, 04 Jan 2023 16:02:22 +0100 |
Raphaël Gomès |
branching: merge stable into default
|
file |
diff |
annotate
|
Mon, 05 Dec 2022 15:14:33 -0500 |
Matt Harbison |
hg: show the correct message when cloning an LFS repo with extension disabled
stable
|
file |
diff |
annotate
|
Fri, 02 Dec 2022 18:19:59 +0100 |
Pierre-Yves David |
peer: pass the `path` object to `make_peer`
|
file |
diff |
annotate
|
Sat, 03 Dec 2022 00:19:23 +0100 |
Pierre-Yves David |
peer: store the path object used to build a peer from a repo
|
file |
diff |
annotate
|
Fri, 02 Dec 2022 17:41:44 +0100 |
Pierre-Yves David |
peer: build a `path` object on the fly when needed
|
file |
diff |
annotate
|
Fri, 02 Dec 2022 18:04:51 +0100 |
Pierre-Yves David |
peer: use a dedicated name for the `peer` constructor
|
file |
diff |
annotate
|
Fri, 02 Dec 2022 18:04:37 +0100 |
Pierre-Yves David |
peer: dissolve `_peerlookup` into its last two callers
|
file |
diff |
annotate
|
Sat, 03 Dec 2022 03:45:45 +0100 |
Pierre-Yves David |
peer: stop having a `peer()` method on `peer()`
|
file |
diff |
annotate
|
Sat, 03 Dec 2022 03:45:39 +0100 |
Pierre-Yves David |
clone: explicitly detect the need to fetch a peer
|
file |
diff |
annotate
|
Fri, 02 Dec 2022 19:15:04 +0100 |
Pierre-Yves David |
addbranchrevs: explicitly detect the need to fetch a peer
|
file |
diff |
annotate
|
Fri, 02 Dec 2022 17:01:54 +0100 |
Pierre-Yves David |
path: pass `path` to `peer` in `hg clone`
|
file |
diff |
annotate
|
Fri, 02 Dec 2022 16:49:54 +0100 |
Pierre-Yves David |
path: use `get_clone_path_obj` in share
|
file |
diff |
annotate
|
Thu, 01 Dec 2022 18:19:08 +0100 |
Pierre-Yves David |
path: pass `path` to `peer` in `hg incoming`
|
file |
diff |
annotate
|
Wed, 30 Nov 2022 19:43:26 +0100 |
Pierre-Yves David |
path: have `peer` constructor accept a `path` object
|
file |
diff |
annotate
|
Thu, 01 Dec 2022 01:37:10 +0100 |
Pierre-Yves David |
path: directly use the push_variant in outgoing internals
|
file |
diff |
annotate
|
Tue, 29 Nov 2022 22:22:18 +0100 |
Pierre-Yves David |
peer-or-repo: remove the now unused function
|
file |
diff |
annotate
|
Tue, 29 Nov 2022 22:21:19 +0100 |
Pierre-Yves David |
peer-or-repo: build a repo directly in the `repo` function
|
file |
diff |
annotate
|
Tue, 29 Nov 2022 22:04:23 +0100 |
Pierre-Yves David |
peer-or-repo: build a peer directly in the `peer` function
|
file |
diff |
annotate
|
Tue, 29 Nov 2022 22:03:10 +0100 |
Pierre-Yves David |
static-http: have `statichttprepo.instance` return a peer object
|
file |
diff |
annotate
|
Tue, 29 Nov 2022 21:48:08 +0100 |
Pierre-Yves David |
peer-or-repo: split the scheme between repo and peer
|
file |
diff |
annotate
|
Wed, 30 Nov 2022 13:55:15 +0100 |
Pierre-Yves David |
peer-or-repo: stop relying on AttributeError in `islocal`
|
file |
diff |
annotate
|
Tue, 29 Nov 2022 21:42:08 +0100 |
Pierre-Yves David |
repo-or-peer: deprecate calling `islocal` on non-path object
|
file |
diff |
annotate
|