X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/fcee87cf868f18a3d684c3ba71232574f92c7b11..b839b1cf42be33947adb87d6a2ae2164aad2371e:/stgit/commands/applied.py diff --git a/stgit/commands/applied.py b/stgit/commands/applied.py index 94b26c6..d568cd6 100644 --- a/stgit/commands/applied.py +++ b/stgit/commands/applied.py @@ -25,9 +25,14 @@ from stgit import stack, git help = 'print the applied patches' -usage = '%prog' +usage = """%prog [options] -options = [] +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 = [make_option('-b', '--branch', + help = 'use BRANCH instead of the default one')] def func(parser, options, args):