changeset 36106 | c33a99506e13 |
parent 36032 | f91b7f26c68a |
child 36107 | bff95b002e33 |
--- a/hgext/mq.py Sun Feb 11 19:39:15 2018 -0800 +++ b/hgext/mq.py Sun Feb 11 15:55:47 2018 -0800 @@ -650,7 +650,7 @@ self.seriesdirty = True def pushable(self, idx): - if isinstance(idx, str): + if isinstance(idx, bytes): idx = self.series.index(idx) patchguards = self.seriesguards[idx] if not patchguards: