X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/dee4e7d85eb805ac410e5e1a0052cfb4a40439b9..7cb253c05b509510177a1df4d5813861641968f6:/stgit/commands/add.py diff --git a/stgit/commands/add.py b/stgit/commands/add.py index fc9c5a7..ceea188 100644 --- a/stgit/commands/add.py +++ b/stgit/commands/add.py @@ -31,6 +31,7 @@ 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(needs_current_series = False) options = []