chiark / gitweb /
Make Series.refresh_patch automatically save the undo information
[stgit] / stgit / stack.py
index 7f167111a5061448839240d1e334c639ea7339ab..3139822680d10f8791dcc7e51e1ce2930bb199ce 100644 (file)
@@ -767,7 +767,7 @@ class Series(PatchSet):
                       author_name = None, author_email = None,
                       author_date = None,
                       committer_name = None, committer_email = None,
-                      backup = False, sign_str = None, log = 'refresh',
+                      backup = True, sign_str = None, log = 'refresh',
                       notes = None, bottom = None):
         """Generates a new commit for the topmost patch
         """