diff tests/autodiff.py @ 53031:e705fec4a03f stable

branching: merging with 7.0 changes Since 6.9.3 was made after 7.0rc0 we need to deal with more branching than usual.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 05 Mar 2025 23:02:19 +0100
parents 0e11e532c958
children
line wrap: on
line diff
--- a/tests/autodiff.py	Wed Mar 05 22:33:11 2025 +0100
+++ b/tests/autodiff.py	Wed Mar 05 23:02:19 2025 +0100
@@ -62,4 +62,4 @@
     for chunk in it:
         ui.write(chunk)
     for fn in sorted(brokenfiles):
-        ui.write((b'data lost for: %s\n' % fn))
+        ui.writenoi18n(b'data lost for: %s\n' % fn)