Implement "stg refresh --edit" again
[stgit] / stgit / commands / new.py
index f36fbd6..4117e4e 100644 (file)
@@ -40,7 +40,7 @@ the patch, unless the '--message' flag already specified one. The
 editor."""
 
 options = (argparse.author_committer_options()
-           + argparse.message_options()
+           + argparse.message_options(save_template = True)
            + argparse.sign_options())
 
 directory = common.DirectoryHasRepositoryLib()