tests/test-filelog.py.out
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 21 Aug 2023 10:21:58 -0400
branchstable
changeset 50868 0a4efb650b3e
parent 16498 d76ba2090e0c
permissions -rw-r--r--
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.

ERROR: FIXME: This is a known failure of filelog.size for data starting with \1\n
OK.