changeset 52387:648c96d6fa68

patchbomb: stop using the `pycompat.open()` shim Turns out, this module is using `open()` without specifying a mode, and is therefore using unicode. But, it appears to only be the introduction message.
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 05 Dec 2024 12:54:57 -0500
parents 6856d88410b2
children aa31c8566fb8
files hgext/patchbomb.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/patchbomb.py	Thu Dec 05 12:51:59 2024 -0500
+++ b/hgext/patchbomb.py	Thu Dec 05 12:54:57 2024 -0500
@@ -82,7 +82,6 @@
 import socket
 
 from mercurial.i18n import _
-from mercurial.pycompat import open
 from mercurial.node import bin
 from mercurial import (
     cmdutil,