X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/751c890baeb20118bcdea0b735c85995b7f588fa..6dd8fafabb5b8e266a85f13c8851ca8a66a1a405:/stgit/commands/id.py diff --git a/stgit/commands/id.py b/stgit/commands/id.py index f72d2f3..3e28f2f 100644 --- a/stgit/commands/id.py +++ b/stgit/commands/id.py @@ -33,6 +33,7 @@ the standard GIT id's like heads and tags, this command also accepts 'top' or 'bottom' are passed and is a valid patch name, 'top' will be used by default.""" +directory = DirectoryHasRepository() options = [make_option('-b', '--branch', help = 'use BRANCH instead of the default one')]