Show More
@@ -3436,7 +3436,7 b' def reposetup(ui, repo):' | |||||
3436 | outapplied.pop() |
|
3436 | outapplied.pop() | |
3437 | # looking for pushed and shared changeset |
|
3437 | # looking for pushed and shared changeset | |
3438 | for node in outapplied: |
|
3438 | for node in outapplied: | |
3439 |
if |
|
3439 | if self[node].phase() < phases.secret: | |
3440 | raise util.Abort(_('source has mq patches applied')) |
|
3440 | raise util.Abort(_('source has mq patches applied')) | |
3441 | # no non-secret patches pushed |
|
3441 | # no non-secret patches pushed | |
3442 | super(mqrepo, self).checkpush(force, revs) |
|
3442 | super(mqrepo, self).checkpush(force, revs) |
General Comments 0
You need to be logged in to leave comments.
Login now