Mercurial > hg
changeset 49523:52dd7a43ad5c
shelve: re-wrap now that the line fits
author | Jason R. Coombs <jaraco@jaraco.com> |
---|---|
date | Wed, 19 Oct 2022 16:16:47 -0400 |
parents | f599a946181d |
children | a3356ab610fc f68d285158b2 |
files | mercurial/shelve.py |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/shelve.py Wed Oct 19 16:14:50 2022 -0400 +++ b/mercurial/shelve.py Wed Oct 19 16:16:47 2022 -0400 @@ -1184,9 +1184,7 @@ # to the original pctx. activebookmark = _backupactivebookmark(repo) - tmpwctx, addedbefore = _commitworkingcopychanges( - ui, repo, opts, pctx - ) + tmpwctx, addedbefore = _commitworkingcopychanges(ui, repo, opts, pctx) repo, shelvectx = _unshelverestorecommit(ui, repo, tr, basename) _checkunshelveuntrackedproblems(ui, repo, shelvectx) branchtorestore = b''