Set the .txt extension to the StGIT commit message file
[stgit] / stgit / stack.py
index 914c1e3..618182c 100644 (file)
@@ -65,7 +65,7 @@ def __clean_comments(f):
     f.writelines(lines)
 
 def edit_file(series, line, comment, show_patch = True):
-    fname = '.stgit.msg'
+    fname = '.stgitmsg.txt'
     tmpl = templates.get_template('patchdescr.tmpl')
 
     f = file(fname, 'w+')