Show More
@@ -677,7 +677,7 b' class queue(object):' | |||||
677 | write = self.ui.warn |
|
677 | write = self.ui.warn | |
678 |
|
678 | |||
679 | if all_patches or self.ui.verbose: |
|
679 | if all_patches or self.ui.verbose: | |
680 |
if isinstance(idx, |
|
680 | if isinstance(idx, bytes): | |
681 | idx = self.series.index(idx) |
|
681 | idx = self.series.index(idx) | |
682 | pushable, why = self.pushable(idx) |
|
682 | pushable, why = self.pushable(idx) | |
683 | if all_patches and pushable: |
|
683 | if all_patches and pushable: |
General Comments 0
You need to be logged in to leave comments.
Login now