log hgext/patchbomb.py @ 53042:cdd7bf612c7b stable tip

age author description
Mon, 16 Dec 2024 20:52:20 -0500 Matt Harbison patchbomb: don't leak a file descriptor when handling the description message
Thu, 05 Dec 2024 13:00:59 -0500 Matt Harbison patchbomb: fix a py3 crash if `--desc` is provided
Thu, 05 Dec 2024 12:54:57 -0500 Matt Harbison patchbomb: stop using the `pycompat.open()` shim
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Thu, 18 Jul 2024 12:36:12 +0200 Rapha?l Gom?s black: format the codebase with 23.3.0
Tue, 23 Jul 2024 10:02:46 +0200 Rapha?l Gom?s Backout accidental publication of a large range of revisions
Thu, 18 Jul 2024 12:36:12 +0200 Rapha?l Gom?s black: format the codebase with 23.3.0
Tue, 28 Feb 2023 18:14:11 -0500 Matt Harbison patchbomb: respect the `--git` option stable
Tue, 31 May 2022 16:54:58 +0200 Manuel Jacob py3: catch BrokenPipeError instead of checking errno == EPIPE
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 28 Sep 2021 08:47:11 -0700 Martin von Zweigbergk errors: raise InputError on bad revset to revrange() iff provided by the user
Mon, 20 Sep 2021 15:16:10 +0200 Rapha?l Gom?s patchbomb: fix traceback on outgoing when not specifying revisions stable
Wed, 14 Apr 2021 17:02:20 +0200 Pierre-Yves David bundle: support multiple destinations
Wed, 14 Apr 2021 11:30:49 +0200 Pierre-Yves David patchbomb: use `get_unique_pull_path`
Mon, 12 Apr 2021 06:34:54 +0200 Pierre-Yves David urlutil: extract `parseurl` from `hg` into the new module