Provide transaction message to trans.run()
commit474c0111ff81ddadbce2155b8d300aa22eb3dd40
authorPeter Grayson <pete@jpgrayson.net>
Mon, 1 Nov 2021 21:21:54 +0000 (1 17:21 -0400)
committerPeter Grayson <pete@jpgrayson.net>
Wed, 3 Nov 2021 13:38:59 +0000 (3 09:38 -0400)
tree9ccf31faaa9ed680b8469259dd5fa4372857808e
parentdf3f8e89c9a2502005929f8630b5b154d14763e7
Provide transaction message to trans.run()

The reflog message used when finalizing a stack transaction is now
provided as an argument to StackTransaction.run() instead of
StackTransaction.__init__(). This reduces the number of properties of
StackTransaction by one.

Signed-off-by: Peter Grayson <pete@jpgrayson.net>
24 files changed:
stgit/commands/branch.py
stgit/commands/clean.py
stgit/commands/commit.py
stgit/commands/common.py
stgit/commands/float.py
stgit/commands/goto.py
stgit/commands/hide.py
stgit/commands/imprt.py
stgit/commands/new.py
stgit/commands/pick.py
stgit/commands/pop.py
stgit/commands/push.py
stgit/commands/redo.py
stgit/commands/refresh.py
stgit/commands/repair.py
stgit/commands/reset.py
stgit/commands/sink.py
stgit/commands/squash.py
stgit/commands/sync.py
stgit/commands/uncommit.py
stgit/commands/undo.py
stgit/commands/unhide.py
stgit/lib/edit.py
stgit/lib/transaction.py