chiark / gitweb /
Refactor crt_series creation
[stgit] / stgit / commands / common.py
index 27ef465785217ca40a76cdc7676de6b9a43e52a1..652039f859830f298c576fab7daf27fcbe7b2c3a 100644 (file)
@@ -497,6 +497,8 @@ class DirectoryException(StgException):
     pass
 
 class _Directory(object):
+    def __init__(self, needs_current_series = True):
+        self.needs_current_series =  needs_current_series
     @readonly_constant_property
     def git_dir(self):
         try: