chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix typo
[stgit]
/
stgit
/
commands
/
add.py
diff --git
a/stgit/commands/add.py
b/stgit/commands/add.py
index fc9c5a73a29673f06b683a85134531ad6d9520ea..ceea188def059d2e85646a33f8b718e71961fdea 100644
(file)
--- 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 = []