Use Patches instead of Patch everywhere
commit47ffb889686e5f8598e9312d7a6ed414da4542b0
authorPeter Grayson <pete@jpgrayson.net>
Tue, 16 Feb 2021 04:05:16 +0000 (15 23:05 -0500)
committerPeter Grayson <pete@jpgrayson.net>
Sat, 24 Apr 2021 03:03:03 +0000 (23 23:03 -0400)
tree85b8f88dbbfb1ac653733cd11d12f20fc56e5209
parent3c9f92b0ac3c73661541956ec4110f7e92e46f52
Use Patches instead of Patch everywhere

This minimizes the use of Patch by using new/updated interfaces of Patches.

Signed-off-by: Peter Grayson <pete@jpgrayson.net>
17 files changed:
stgit/commands/edit.py
stgit/commands/export.py
stgit/commands/files.py
stgit/commands/fold.py
stgit/commands/mail.py
stgit/commands/new.py
stgit/commands/patches.py
stgit/commands/pick.py
stgit/commands/refresh.py
stgit/commands/repair.py
stgit/commands/series.py
stgit/commands/show.py
stgit/commands/squash.py
stgit/commands/sync.py
stgit/lib/log.py
stgit/lib/stack.py
stgit/lib/transaction.py