X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/d0d139a330a0e2f49b9acad4ea1938304b4110ac..2f7c8b0ba410854dc7dd0c2282323cc04dfcce8e:/stgit/commands/series.py diff --git a/stgit/commands/series.py b/stgit/commands/series.py index fb8abb7..263f393 100644 --- a/stgit/commands/series.py +++ b/stgit/commands/series.py @@ -31,7 +31,8 @@ Show all the patches in the series. The applied patches are prefixed with a '+' and the unapplied ones with a '-'. The current patch is prefixed with a '>'. Empty patches are prefixed with a '0'.""" -options = [] +options = [make_option('-b', '--branch', + help = 'use BRANCH instead of the default one')] def func(parser, options, args):