Show More
@@ -765,6 +765,7 class queue(object): | |||
|
765 | 765 | raise util.Abort(_("cannot delete applied patch %s") % patch) |
|
766 | 766 | if patch not in self.series: |
|
767 | 767 | raise util.Abort(_("patch %s not in series file") % patch) |
|
768 | if patch not in realpatches: | |
|
768 | 769 | realpatches.append(patch) |
|
769 | 770 | |
|
770 | 771 | numrevs = 0 |
General Comments 0
You need to be logged in to leave comments.
Login now