Infrastructure for current directory handling
[stgit] / stgit / commands / init.py
index 46562d0..475a4ce 100644 (file)
@@ -31,6 +31,7 @@ Initialise the current GIT branch to be used as an StGIT stack. Note
 that you must already be in a GIT repository and .git/HEAD must point
 to a valid file in refs/heads/."""
 
+directory = DirectoryHasRepository()
 options = []