Submitter | phabricator |
---|---|
Date | Dec. 30, 2019, 1:31 p.m. |
Message ID | <810c18ff77425f13b2dd1f65d31ca9a2@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/44121/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/shelve.py b/mercurial/shelve.py --- a/mercurial/shelve.py +++ b/mercurial/shelve.py @@ -557,8 +557,6 @@ match = scmutil.matchfiles(repo, repo[node].files()) _shelvecreatedcommit(repo, node, name, match) - if ui.formatted(): - desc = stringutil.ellipsis(desc, ui.termwidth()) ui.status(_(b'shelved as %s\n') % name) if opts[b'keep']: with repo.dirstate.parentchange():