Show More
@@ -417,6 +417,7 b' class queue:' | |||||
417 | self.applied_dirty = 1 |
|
417 | self.applied_dirty = 1 | |
418 | if err: |
|
418 | if err: | |
419 | return (err, head) |
|
419 | return (err, head) | |
|
420 | self.save_dirty() | |||
420 | return (0, head) |
|
421 | return (0, head) | |
421 |
|
422 | |||
422 | def patch(self, repo, patchfile): |
|
423 | def patch(self, repo, patchfile): |
General Comments 0
You need to be logged in to leave comments.
Login now