changeset 50548 | b1fb4185e47c |
parent 49284 | d44e3c45f0e4 |
child 50663 | 60f9602b413e |
--- a/mercurial/wireprotov1peer.py Thu Feb 02 17:18:24 2023 +0100 +++ b/mercurial/wireprotov1peer.py Thu Feb 02 17:18:37 2023 +0100 @@ -483,7 +483,7 @@ else: heads = wireprototypes.encodelist(heads) - if util.safehasattr(bundle, b'deltaheader'): + if util.safehasattr(bundle, 'deltaheader'): # this a bundle10, do the old style call sequence ret, output = self._callpush(b"unbundle", bundle, heads=heads) if ret == b"":