X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/d0d139a330a0e2f49b9acad4ea1938304b4110ac..2f7c8b0ba410854dc7dd0c2282323cc04dfcce8e:/stgit/commands/id.py diff --git a/stgit/commands/id.py b/stgit/commands/id.py index 447eb62..4c07c4f 100644 --- a/stgit/commands/id.py +++ b/stgit/commands/id.py @@ -30,7 +30,8 @@ Print the hash value of a GIT id (defaulting to HEAD). In addition to the standard GIT id's like heads and tags, this command also accepts 'base' and '[]/(bottom | top)'.""" -options = [] +options = [make_option('-b', '--branch', + help = 'use BRANCH instead of the default one')] def func(parser, options, args):