mercurial/debugcommands.py
changeset 50619 2704dc40cf10
parent 50617 88362b8bc476
child 50644 89556caf3c66
--- a/mercurial/debugcommands.py	Fri Feb 03 01:05:41 2023 +0100
+++ b/mercurial/debugcommands.py	Fri Feb 03 02:57:49 2023 +0100
@@ -1718,7 +1718,7 @@
     if fm.isplain():
 
         def formatvalue(value):
-            if util.safehasattr(value, b'startswith'):
+            if util.safehasattr(value, 'startswith'):
                 return value
             if value:
                 return b'yes'