Show More
@@ -557,8 +557,6 b' def _docreatecmd(ui, repo, pats, opts):' | |||
|
557 | 557 | match = scmutil.matchfiles(repo, repo[node].files()) |
|
558 | 558 | _shelvecreatedcommit(repo, node, name, match) |
|
559 | 559 | |
|
560 | if ui.formatted(): | |
|
561 | desc = stringutil.ellipsis(desc, ui.termwidth()) | |
|
562 | 560 | ui.status(_(b'shelved as %s\n') % name) |
|
563 | 561 | if opts[b'keep']: |
|
564 | 562 | with repo.dirstate.parentchange(): |
General Comments 0
You need to be logged in to leave comments.
Login now