From: Catalin Marinas Date: Wed, 3 Aug 2005 15:38:11 +0000 (+0100) Subject: Create the .git/refs/bases/ file in 'init' X-Git-Tag: v0.14.3~716 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/6872f46bd3b91d26141711ebfc3b347dc58bf447?hp=b8d258e59a1e769d296526296bccb12c07d06f72 Create the .git/refs/bases/ file in 'init' Signed-off-by: Catalin Marinas --- diff --git a/stgit/stack.py b/stgit/stack.py index f43f94b..d5b15e4 100644 --- a/stgit/stack.py +++ b/stgit/stack.py @@ -324,6 +324,7 @@ class Series: create_empty_file(self.__applied_file) create_empty_file(self.__unapplied_file) + self.__begin_stack_check() def refresh_patch(self, message = None, edit = False, author_name = None, author_email = None,