hgext/infinitepush/__init__.py
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
Wed, 20 Feb 2019 19:28:51 -0500 Augie Fackler cleanup: use () to wrap long lines instead of \
Sat, 13 Oct 2018 12:58:24 +0000 Mark Thomas py3: fix infinitepush extension tests
Sun, 23 Sep 2018 00:47:04 -0400 Matt Harbison py3: convert arguments, cwd and env to native strings when spawning subprocess
Sat, 26 May 2018 12:14:04 +0900 Yuya Nishihara py3: wrap tempfile.mkstemp() to use bytes path
Sat, 19 May 2018 18:56:00 +0530 Pulkit Goyal py3: use pycompat.fsencode() to convert tempfile name to bytes
Sat, 19 May 2018 18:48:26 +0530 Pulkit Goyal py3: use utils.stringutil.forcebytestr to convert error to bytes
Sat, 19 May 2018 18:23:03 +0530 Pulkit Goyal py3: use '%d' for integers in hgext/infinitepush/__init__.py
Thu, 19 Apr 2018 00:55:36 -0400 Matt Harbison infinitepush: open files in binary mode stable
Mon, 16 Apr 2018 22:21:54 -0700 Gregory Szorc wireproto: rename wireproto to wireprotov1server (API)
Wed, 11 Apr 2018 12:51:09 -0700 Gregory Szorc peer: scatter module to the wind (API)
Wed, 11 Apr 2018 12:49:08 -0700 Gregory Szorc wireproto: move version 1 peer functionality to standalone module (API)
Wed, 11 Apr 2018 10:50:58 -0700 Gregory Szorc wireproto: move value encoding functions to wireprototypes (API)
Thu, 12 Apr 2018 14:30:37 +0530 Pulkit Goyal py3: use '%d' for integers instead of '%s'
Thu, 12 Apr 2018 14:28:08 +0530 Pulkit Goyal py3: prevent transformer from adding b'' by adding r'' prefix
Thu, 12 Apr 2018 14:26:31 +0530 Pulkit Goyal py3: use pycompat.{strkwargs|byteskwargs} in infinitepush
Sat, 31 Mar 2018 14:56:57 +0530 Pulkit Goyal infinitepush: use bundleoperation.source instead of hacking on tr
Sat, 31 Mar 2018 14:33:37 +0530 Pulkit Goyal infinitepush: drop the default value of config options which are registered
Sat, 31 Mar 2018 14:31:29 +0530 Pulkit Goyal infinitepush: replace `remotenames.hoist` with `remotenames.hoistedpeer`
Tue, 27 Mar 2018 17:26:43 +0530 Pulkit Goyal infinitepush: introduce server option to route every push to bundlestore
Tue, 27 Mar 2018 17:19:02 +0530 Pulkit Goyal infinitepush: don't wrap bundle2.processparts while calling `hg unbundle`
Tue, 27 Mar 2018 14:15:42 +0530 Pulkit Goyal inifnitepush: use utils.{stringutil|procutil}.* instead of util.*
Fri, 30 Mar 2018 12:50:06 -0700 Pulkit Goyal infinitepush: delete the non-forward-move flag for hg push
Wed, 21 Mar 2018 19:23:10 +0530 Pulkit Goyal infinitepush: drop the wrapping of update command on client side
Fri, 30 Mar 2018 12:49:50 -0700 Pulkit Goyal infinitepush: delete infinitepushcommands.py and related tests
Tue, 27 Mar 2018 18:04:05 +0530 Pulkit Goyal infinitepush: delete infinitepush.fillmetadatabranchpattern config option
Fri, 09 Feb 2018 15:49:46 +0530 Pulkit Goyal infinitepush: drop the `--to` flag to push and use `-B` instead
Fri, 09 Feb 2018 14:16:03 +0530 Pulkit Goyal infinitepush: drop the `--create` flag to push command
Fri, 09 Feb 2018 14:02:03 +0530 Pulkit Goyal infinitepush: drop logic related to treemanifest extension
Fri, 09 Feb 2018 13:56:09 +0530 Pulkit Goyal infinitepush: drop hack related to --to, --create flags of remotenames-ext
Fri, 09 Feb 2018 13:50:16 +0530 Pulkit Goyal infinitepush: drop error handling while pushing to svn server
Fri, 09 Feb 2018 13:36:50 +0530 Pulkit Goyal infinitepush: drop `--list-remote`, `--remote-path` flags to bookmark cmd
Thu, 08 Feb 2018 17:27:47 +0530 Pulkit Goyal infinitepush: drop the scratchbookmarksparttype bundle2 part
Thu, 08 Feb 2018 17:18:28 +0530 Pulkit Goyal infinitepush: remove wrapping around bundle2._addpartsfromopts()
Thu, 08 Feb 2018 17:12:53 +0530 Pulkit Goyal infinitepush: delete the bundle2 part ordering related to pushrebase
Thu, 08 Feb 2018 17:09:24 +0530 Pulkit Goyal infinitepush: delete the hack to load the extension after remotenames
Sat, 03 Feb 2018 17:59:49 +0530 Pulkit Goyal infinitepush: drop the logic related to inhibit extension
Sat, 03 Feb 2018 17:54:55 +0530 Pulkit Goyal infinitepush: remove backupcommands.py
Fri, 09 Feb 2018 13:39:15 +0530 Pulkit Goyal infinitepush: move the extension to core from fb-hgext
less more (0) tip