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