mercurial/shelve.py
changeset 43981 414cb20e241e
parent 43720 132470ee53fe
child 44212 cb8b67016110
child 44332 69b091cdc506
--- a/mercurial/shelve.py	Fri Dec 27 14:58:02 2019 -0500
+++ b/mercurial/shelve.py	Fri Dec 27 16:30:14 2019 -0500
@@ -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():