author | Jason R. Coombs <jaraco@jaraco.com> |
Wed, 19 Oct 2022 16:16:47 -0400 | |
changeset 49523 | 52dd7a43ad5c |
parent 49522 | f599a946181d |
child 49527 | a3356ab610fc |
child 49528 | f68d285158b2 |
--- 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''