Show More
@@ -942,6 +942,8 b' def dounshelve(ui, repo, *shelved, **opt' | |||
|
942 | 942 | if opts.get("name"): |
|
943 | 943 | shelved.append(opts["name"]) |
|
944 | 944 | |
|
945 | if interactive and opts.get('keep'): | |
|
946 | raise error.Abort(_('--keep on --interactive is not yet supported')) | |
|
945 | 947 | if abortf or continuef: |
|
946 | 948 | if abortf and continuef: |
|
947 | 949 | raise error.Abort(_('cannot use both abort and continue')) |
General Comments 0
You need to be logged in to leave comments.
Login now