Rename StackTransaction.execute()
commit16a65055f92497b035d866fa4b39d1786c4f4b8c
authorPeter Grayson <pete@jpgrayson.net>
Wed, 3 Nov 2021 13:53:43 +0000 (3 09:53 -0400)
committerPeter Grayson <pete@jpgrayson.net>
Wed, 3 Nov 2021 13:55:40 +0000 (3 09:55 -0400)
tree1ea201f65d382283c5ff14f82f798856635f1997
parent407bf0a244e3b39fc69081c5df8265d812b3fea1
Rename StackTransaction.execute()

The new name matches the verbiage in the doc strings and disambiguates
it from the many other run() methods that run subordinate processes
(e.g. git processes).

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