Thu, 04 Apr 2019 18:07:30 +0200 |
Manuel Jacob |
pull: add --remote-hidden option and pass it through peer creation
|
file |
diff |
annotate
|
Wed, 01 Mar 2023 13:31:17 -0500 |
Matt Harbison |
statichttprepo: unbyteify several IOError messages
|
file |
diff |
annotate
|
Wed, 01 Mar 2023 13:11:51 -0500 |
Matt Harbison |
statichttprepo: fix the vfs.join() method to match the base class definition
|
file |
diff |
annotate
|
Wed, 22 Feb 2023 01:08:25 +0100 |
Pierre-Yves David |
dirstate: only reload the dirstate when it may have changed
|
file |
diff |
annotate
|
Fri, 02 Dec 2022 19:34:01 +0100 |
Pierre-Yves David |
peer: pass the `path` to the statichttp peer
|
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:16:07 +0100 |
Pierre-Yves David |
peer: have `repo.peer` take an optional `path` argument
|
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
|
Tue, 29 Nov 2022 22:03:10 +0100 |
Pierre-Yves David |
static-http: have `statichttprepo.instance` return a peer object
|
file |
diff |
annotate
|
Tue, 31 May 2022 22:50:01 +0200 |
Manuel Jacob |
py3: catch FileNotFoundError instead of checking errno == ENOENT
|
file |
diff |
annotate
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
file |
diff |
annotate
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
file |
diff |
annotate
|
Tue, 11 Jan 2022 09:56:03 +0100 |
Pierre-Yves David |
share-safe: add support for static-http repository
|
file |
diff |
annotate
|
Mon, 03 May 2021 12:29:41 +0200 |
Pierre-Yves David |
statichttp: add the missing `features` attribute
|
file |
diff |
annotate
|
Mon, 12 Apr 2021 03:01:04 +0200 |
Pierre-Yves David |
urlutil: extract `url` related code from `util` into the new module
|
file |
diff |
annotate
|
Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
file |
diff |
annotate
|
Wed, 13 Jan 2021 16:14:58 +0100 |
Joerg Sonnenberger |
node: introduce nodeconstants class
|
file |
diff |
annotate
|
Fri, 19 Feb 2021 10:53:27 +0100 |
Raphaël Gomès |
sidedata-exchange: add `wanted_sidedata` and `sidedata_computers` to repos
|
file |
diff |
annotate
|
Mon, 28 Dec 2020 01:21:58 +0100 |
Joerg Sonnenberger |
statichttprepo: explicitly convert error message to str (issue6247)
|
file |
diff |
annotate
|
Thu, 10 Sep 2020 13:37:35 +0530 |
Pulkit Goyal |
statichttprepo: use LockUnavailable() instead of Abort() for lock (API)
|
file |
diff |
annotate
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
file |
diff |
annotate
|
Fri, 27 Sep 2019 05:17:30 +0200 |
Pierre-Yves David |
vfs: give all vfs an options attribute by default
|
file |
diff |
annotate
|
Sat, 06 Apr 2019 17:46:19 +0200 |
Pierre-Yves David |
repoview: introduce a `experimental.extra-filter-revs` config
|
file |
diff |
annotate
|
Mon, 21 Jan 2019 17:37:33 +0000 |
Martijn Pieters |
branchmap: encapsulate cache updating in the map itself
|
file |
diff |
annotate
|
Sat, 26 Jan 2019 10:57:17 -0800 |
Gregory Szorc |
statichttprepo: use str to appease Python 3
|
file |
diff |
annotate
|
Sat, 26 Jan 2019 10:53:10 -0800 |
Gregory Szorc |
statichttprepo: use URLError.reason directly
|
file |
diff |
annotate
|
Mon, 03 Dec 2018 22:22:23 -0800 |
Martin von Zweigbergk |
manifest: accept narrowmatch into constructor instead of getting from repo
|
file |
diff |
annotate
|
Tue, 18 Sep 2018 15:29:42 -0700 |
Gregory Szorc |
localrepo: iteratively derive local repository type
|
file |
diff |
annotate
|