##// END OF EJS Templates
shelve: drop an unused variable assignment...
Matt Harbison -
r44433:414cb20e default
parent child Browse files
Show More
@@ -557,8 +557,6 b' def _docreatecmd(ui, repo, pats, opts):'
557 match = scmutil.matchfiles(repo, repo[node].files())
557 match = scmutil.matchfiles(repo, repo[node].files())
558 _shelvecreatedcommit(repo, node, name, match)
558 _shelvecreatedcommit(repo, node, name, match)
559
559
560 if ui.formatted():
561 desc = stringutil.ellipsis(desc, ui.termwidth())
562 ui.status(_(b'shelved as %s\n') % name)
560 ui.status(_(b'shelved as %s\n') % name)
563 if opts[b'keep']:
561 if opts[b'keep']:
564 with repo.dirstate.parentchange():
562 with repo.dirstate.parentchange():
General Comments 0
You need to be logged in to leave comments. Login now