chiark / gitweb /
Clear up the semantics of Series.new_patch
[stgit] / stgit / commands / uncommit.py
index 3cf2f0abca1282d2ae8cdec5e8579b66810d4866..0cd0fb09949293b3b82c04af84b957205cca7f27 100644 (file)
@@ -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,