chiark / gitweb /
Infrastructure for current directory handling
[stgit] / stgit / commands / unapplied.py
index c6408a3778967900ab15f5e1d457da5ee3318f70..d5bb43e3004f1b7aabd71dacaf1319703e440415 100644 (file)
@@ -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',