Show More
@@ -1488,12 +1488,11 b' class queue(object):' | |||||
1488 | qpp = [bin(x) for x in l] |
|
1488 | qpp = [bin(x) for x in l] | |
1489 | elif datastart != None: |
|
1489 | elif datastart != None: | |
1490 | l = line.rstrip() |
|
1490 | l = line.rstrip() | |
1491 | try: |
|
1491 | n, name = l.split(':', 1) | |
1492 | n, name = l.split(':', 1) |
|
1492 | if n: | |
1493 | except ValueError: |
|
1493 | applied.append(statusentry(bin(n), name)) | |
|
1494 | else: | |||
1494 | series.append(l) |
|
1495 | series.append(l) | |
1495 | else: |
|
|||
1496 | applied.append(statusentry(bin(n), name)) |
|
|||
1497 | if datastart is None: |
|
1496 | if datastart is None: | |
1498 | self.ui.warn(_("No saved patch data found\n")) |
|
1497 | self.ui.warn(_("No saved patch data found\n")) | |
1499 | return 1 |
|
1498 | return 1 |
General Comments 0
You need to be logged in to leave comments.
Login now