mercurial/bundle2.py
changeset 50552 037890ecaff5
parent 50533 f4a540c203d7
child 50616 7200a9d4ea04
--- a/mercurial/bundle2.py	Thu Feb 02 17:18:37 2023 +0100
+++ b/mercurial/bundle2.py	Thu Feb 02 17:19:26 2023 +0100
@@ -1234,7 +1234,7 @@
         # we only support fixed size data now.
         # This will be improved in the future.
         if util.safehasattr(self.data, 'next') or util.safehasattr(
-            self.data, b'__next__'
+            self.data, '__next__'
         ):
             buff = util.chunkbuffer(self.data)
             chunk = buff.read(preferedchunksize)