Infrastructure for current directory handling
[stgit] / stgit / commands / add.py
index 999ce2b..264ab9f 100644 (file)
@@ -27,10 +27,11 @@ from stgit import stack, git
 help = 'add files or directories to the repository'
 usage = """%prog [options] <files/dirs...>
 
-Add the files or directories passed as arguments to the
+Add the files or directories passed as arguments to the
 repository. When a directory name is given, all the files and
 subdirectories are recursively added."""
 
+directory = DirectoryHasRepository()
 options = []