X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/26aab5b04fa4ba13f48948de73e497cf0a315ad1..7b1ba1a6f8c89f551377b3b3791bfee7b01d3350:/stgit/commands/applied.py diff --git a/stgit/commands/applied.py b/stgit/commands/applied.py index 8a2a232..d568cd6 100644 --- a/stgit/commands/applied.py +++ b/stgit/commands/applied.py @@ -31,7 +31,8 @@ List the patches from the series which were already pushed onto the stack. They are listed in the order in which they were pushed, the last one being the current (topmost) patch.""" -options = [] +options = [make_option('-b', '--branch', + help = 'use BRANCH instead of the default one')] def func(parser, options, args):