X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/751c890baeb20118bcdea0b735c85995b7f588fa..6dd8fafabb5b8e266a85f13c8851ca8a66a1a405:/stgit/commands/unhide.py diff --git a/stgit/commands/unhide.py b/stgit/commands/unhide.py index 0a1dcaf..665d664 100644 --- a/stgit/commands/unhide.py +++ b/stgit/commands/unhide.py @@ -30,6 +30,7 @@ usage = """%prog [options] Unhide a hidden range of patches so that they are shown in the plain 'series' command output.""" +directory = DirectoryHasRepository() options = [make_option('-b', '--branch', help = 'use BRANCH instead of the default one')]