log hgext/infinitepush/__init__.py @ 50782:014ff9a62501

age author description
Fri, 03 Feb 2023 04:21:55 +0100 Pierre-Yves David wrapfunction: use sysstr instead of bytes as argument in "infinitepush"
Tue, 20 Jun 2023 02:35:30 +0200 pierre-yves david infinitepush: aggressively deprecated infinite push
Tue, 20 Jun 2023 02:36:52 +0200 Pierre-Yves David backout: remove db9b6ce803a9
Mon, 19 Jun 2023 23:27:18 +0200 pierre-yves david infinitepush: aggressively deprecated infinite push
Mon, 27 Feb 2023 19:59:55 -0500 Matt Harbison infinitepush: opt out of changegroup3 unless explicitly configured
Fri, 02 Dec 2022 06:45:46 +0100 Pierre-Yves David path: pass `path` to `peer` in infinitepush
Thu, 01 Dec 2022 02:26:34 +0100 Pierre-Yves David path: pass `path` to `peer` in infinite push
Thu, 01 Dec 2022 01:38:33 +0100 Pierre-Yves David path: directly use the push_variant in `infinitepush`
Tue, 31 May 2022 22:50:01 +0200 Manuel Jacob py3: catch FileNotFoundError instead of checking errno == ENOENT
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Mon, 21 Feb 2022 11:05:42 -0700 Gregory Szorc infinitepush: remove pycompat.iteritems()
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
Tue, 24 Aug 2021 17:27:16 +0200 Valentin Gatien-Baron wireprotov1peer: update all rpcs to use the new batchable scheme
Fri, 16 Apr 2021 10:46:52 +0200 Pierre-Yves David infinitepush: use `get_unique_pull_path`
Sat, 10 Apr 2021 21:55:01 +0200 Pierre-Yves David infinitepush: use the new function to determine push destination
Mon, 12 Apr 2021 06:34:54 +0200 Pierre-Yves David urlutil: extract `parseurl` from `hg` into the new module
Thu, 11 Mar 2021 17:26:49 +0100 Pierre-Yves David ui: pass a `ui` object to `paths.getpath`
Mon, 15 Feb 2021 14:48:36 -0500 Valentin Gatien-Baron sshpeer: enable+fix warning about sshpeers not being closed explicitly
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Fri, 17 Jul 2020 09:20:48 +0200 Manuel Jacob discovery: change users of `outgoing.missingheads` to `outgoing.ancestorsof`
Fri, 08 Nov 2019 17:08:24 +0100 Pierre-Yves David index: use `index.has_node` in `infinitypush`
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Fri, 01 Nov 2019 17:39:17 +0100 Emmanuel Leblond py3: fix exception message encoding in infinitepush stable
Tue, 08 Oct 2019 13:38:02 -0400 Augie Fackler infinitepush: mark extension as likely to be deleted
Sun, 06 Oct 2019 19:25:18 -0400 Gregory Szorc py3: define and use pycompat.iteritems() for hgext/
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase