# HG changeset patch # User Jason R. Coombs # Date 1666210607 14400 # Node ID 52dd7a43ad5c008121910b71ce6fe838a22029b7 # Parent f599a946181d8dd6bf639277f2d8161856cde4e5 shelve: re-wrap now that the line fits diff -r f599a946181d -r 52dd7a43ad5c mercurial/shelve.py --- 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''