chiark / gitweb /
Make Series.refresh_patch automatically save the undo information
[stgit] / stgit / commands / imprt.py
index ec3ca9378e4ef2a5f269daf7ee11db0e27b45ad5..1c21a745280a4539a434d01a10a5b003226ea66d 100644 (file)
@@ -171,7 +171,8 @@ def __create_patch(filename, message, author_name, author_email,
             git.apply_patch(diff = diff)
         crt_series.refresh_patch(edit = options.edit,
                                  show_patch = options.showpatch,
-                                 sign_str = options.sign_str)
+                                 sign_str = options.sign_str,
+                                 backup = False)
         out.done()
 
 def __import_file(filename, options, patch = None):