mercurial/keepalive.py
branchstable
changeset 51677 bd490cdf764a
parent 50952 18c8c18993f0
child 51875 454feddab720
--- a/mercurial/keepalive.py	Tue Aug 06 18:23:59 2024 +0200
+++ b/mercurial/keepalive.py	Tue Aug 06 22:51:41 2024 +0200
@@ -852,6 +852,6 @@
         N = int(sys.argv[1])
         url = sys.argv[2]
     except (IndexError, ValueError):
-        print(b"%s <integer> <url>" % sys.argv[0])
+        print("%s <integer> <url>" % sys.argv[0])
     else:
         test(url, N)