Show More
@@ -1731,6 +1731,8 b' def push(ui, repo, patch=None, **opts):' | |||||
1731 | mergeq = None |
|
1731 | mergeq = None | |
1732 |
|
1732 | |||
1733 | if opts['all']: |
|
1733 | if opts['all']: | |
|
1734 | if not q.series: | |||
|
1735 | raise util.Abort(_('no patches in series')) | |||
1734 | patch = q.series[-1] |
|
1736 | patch = q.series[-1] | |
1735 | if opts['merge']: |
|
1737 | if opts['merge']: | |
1736 | if opts['name']: |
|
1738 | if opts['name']: |
General Comments 0
You need to be logged in to leave comments.
Login now