Show More
@@ -1151,7 +1151,8 b' class queue:' | |||||
1151 | file_ = se.name |
|
1151 | file_ = se.name | |
1152 | if se.rev: |
|
1152 | if se.rev: | |
1153 | applied.append(se) |
|
1153 | applied.append(se) | |
1154 |
|
|
1154 | else: | |
|
1155 | series.append(file_) | |||
1155 | if datastart == None: |
|
1156 | if datastart == None: | |
1156 | self.ui.warn("No saved patch data found\n") |
|
1157 | self.ui.warn("No saved patch data found\n") | |
1157 | return 1 |
|
1158 | return 1 |
General Comments 0
You need to be logged in to leave comments.
Login now