diff hgext/closehead.py @ 50868:0a4efb650b3e stable

transaction: fix __repr__() and make the default name bytes This likely was always wrong on py3, since going back to aff5996f3043, these were added as a r-strings. Callers seem to always be supplying bytes, which makes the `b'/'.join(...)` part OK, but then bytes can't be interpolated into str with "%s", so it wouldn't have worked in either case.
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 21 Aug 2023 10:21:58 -0400
parents 6000f5b25c9b
children 259213382862
line wrap: on
line diff