X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/860d288db5f555a00a27a05bffd9b19fda154ccb..bd427e467ee41df85a761d4d6001b5f3797644cd:/stgit/stack.py diff --git a/stgit/stack.py b/stgit/stack.py index 914c1e3..618182c 100644 --- a/stgit/stack.py +++ b/stgit/stack.py @@ -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+')