X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/751c890baeb20118bcdea0b735c85995b7f588fa..6dd8fafabb5b8e266a85f13c8851ca8a66a1a405:/stgit/commands/mail.py diff --git a/stgit/commands/mail.py b/stgit/commands/mail.py index c32894e..4a4158a 100644 --- a/stgit/commands/mail.py +++ b/stgit/commands/mail.py @@ -88,6 +88,7 @@ the following: %(prefix)s - 'prefix ' string passed on the command line %(shortdescr)s - the first line of the patch description""" +directory = DirectoryHasRepository() options = [make_option('-a', '--all', help = 'e-mail all the applied patches', action = 'store_true'),