Infrastructure for current directory handling
[stgit] / stgit / commands / clone.py
index 15139c8..a150010 100644 (file)
@@ -29,6 +29,7 @@ usage = """%prog [options] <repository> <dir>
 Clone a GIT <repository> into the local <dir> and initialise the
 patch stack."""
 
+directory = DirectoryAnywhere()
 options = []