Show More
@@ -822,7 +822,7 b' class queue(object):' | |||||
822 | if qfinished: |
|
822 | if qfinished: | |
823 | oldqbase = repo[qfinished[0]] |
|
823 | oldqbase = repo[qfinished[0]] | |
824 | if oldqbase.p1().phase() < phases.secret: |
|
824 | if oldqbase.p1().phase() < phases.secret: | |
825 |
phases.advanceboundary(repo, phases.draft, |
|
825 | phases.advanceboundary(repo, phases.draft, qfinished) | |
826 |
|
826 | |||
827 | def delete(self, repo, patches, opts): |
|
827 | def delete(self, repo, patches, opts): | |
828 | if not patches and not opts.get('rev'): |
|
828 | if not patches and not opts.get('rev'): |
General Comments 0
You need to be logged in to leave comments.
Login now