X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/6889c93cb0d60acea1af4b490559cc88b4128de5..c0af9df25a01b9d6eb4dd7fddbff3c56be588123:/stgit/commands/uncommit.py diff --git a/stgit/commands/uncommit.py b/stgit/commands/uncommit.py index 3cf2f0a..0cd0fb0 100644 --- a/stgit/commands/uncommit.py +++ b/stgit/commands/uncommit.py @@ -129,6 +129,7 @@ def func(parser, options, args): name_email_date(commit.get_author()) crt_series.new_patch(patchname, can_edit = False, before_existing = True, + commit = False, top = commit_id, bottom = parent, message = commit.get_log(), author_name = author_name,