X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/751c890baeb20118bcdea0b735c85995b7f588fa..6dd8fafabb5b8e266a85f13c8851ca8a66a1a405:/stgit/commands/imprt.py diff --git a/stgit/commands/imprt.py b/stgit/commands/imprt.py index 717f373..045f185 100644 --- a/stgit/commands/imprt.py +++ b/stgit/commands/imprt.py @@ -44,6 +44,7 @@ stack. The patch description has to be separated from the data with a '---' line.""" +directory = DirectoryHasRepository() options = [make_option('-m', '--mail', help = 'import the patch from a standard e-mail file', action = 'store_true'),