chiark / gitweb /
Infrastructure for current directory handling
[stgit] / stgit / commands / series.py
index 00a3372e2d7eff28aef78a9faa1c951ea88d9833..2c758768b754a5a2a2906571263414d2c0fdc2ed 100644 (file)
@@ -34,6 +34,7 @@ range. The applied patches are prefixed with a '+', the unapplied ones
 with a '-' and the hidden ones with a '!'. The current patch is
 prefixed with a '>'. Empty patches are prefixed with a '0'."""
 
+directory = DirectoryHasRepository()
 options = [make_option('-b', '--branch',
                        help = 'use BRANCH instead of the default one'),
            make_option('-a', '--all',