Show More
@@ -1017,7 +1017,7 b' class queue(object):' | |||
|
1017 | 1017 | _("cannot push to a previous patch: %s") % patch) |
|
1018 | 1018 | self.ui.warn( |
|
1019 | 1019 | _('qpush: %s is already at the top\n') % patch) |
|
1020 | return | |
|
1020 | return 0 | |
|
1021 | 1021 | pushable, reason = self.pushable(patch) |
|
1022 | 1022 | if not pushable: |
|
1023 | 1023 | if reason: |
General Comments 0
You need to be logged in to leave comments.
Login now