chiark / gitweb /
Infrastructure for current directory handling
[stgit] / stgit / commands / init.py
index 46562d0ee73a2278a6b136951e4c805a6da2b1db..475a4ce59f44a893b092caf5228690196a6ab5a4 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 = []