X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/751c890baeb20118bcdea0b735c85995b7f588fa..6dd8fafabb5b8e266a85f13c8851ca8a66a1a405:/stgit/commands/unapplied.py diff --git a/stgit/commands/unapplied.py b/stgit/commands/unapplied.py index c6408a3..d5bb43e 100644 --- a/stgit/commands/unapplied.py +++ b/stgit/commands/unapplied.py @@ -31,6 +31,7 @@ usage = """%prog [options] List the patches from the series which are not pushed onto the stack. They are listed in the reverse order in which they were popped.""" +directory = DirectoryHasRepository() options = [make_option('-b', '--branch', help = 'use BRANCH instead of the default one'), make_option('-c', '--count',