chiark / gitweb /
Refactor crt_series creation
[stgit] / stgit / commands / clone.py
index a150010676afa379061381b76bf9904f8e325c12..c3b0bbea3358d7e630011f2f95cf43b9b2e757e9 100644 (file)
@@ -29,7 +29,7 @@ usage = """%prog [options] <repository> <dir>
 Clone a GIT <repository> into the local <dir> and initialise the
 patch stack."""
 
-directory = DirectoryAnywhere()
+directory = DirectoryAnywhere(needs_current_series = False)
 options = []