X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/5e888f30cf851fc0989ba73f935f6da7681d4903..6dd8fafabb5b8e266a85f13c8851ca8a66a1a405:/stgit/commands/series.py diff --git a/stgit/commands/series.py b/stgit/commands/series.py index 00a3372..2c75876 100644 --- a/stgit/commands/series.py +++ b/stgit/commands/series.py @@ -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',