removed wip: prefix from dirty commits

This commit is contained in:
Paul Gauthier 2023-05-27 08:49:16 -07:00
parent 767c241e95
commit 40d764e9f8

View file

@ -208,7 +208,7 @@ def main(args=None, input=None, output=None):
)
if args.dirty_commits:
coder.commit(ask=True, prefix="wip: ", which="repo_files")
coder.commit(ask=True, which="repo_files")
if args.apply:
with open(args.apply, "r") as f: