From bd427e467ee41df85a761d4d6001b5f3797644cd Mon Sep 17 00:00:00 2001 From: Catalin Marinas Date: Fri, 11 Aug 2006 17:32:31 +0100 Subject: [PATCH] Set the .txt extension to the StGIT commit message file The original extension was .msg which editors like emacs couldn't guess. The patch changes it to .txt. Signed-off-by: Catalin Marinas --- stgit/stack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+') -- 2.11.0