X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/fcee87cf868f18a3d684c3ba71232574f92c7b11..660ba985e6200c32fafdc545a74bd27e84cc2397:/stgit/commands/unapplied.py diff --git a/stgit/commands/unapplied.py b/stgit/commands/unapplied.py index 5d7564a..4a14456 100644 --- a/stgit/commands/unapplied.py +++ b/stgit/commands/unapplied.py @@ -25,9 +25,13 @@ from stgit import stack, git help = 'print the unapplied patches' -usage = '%prog' +usage = """%prog [options] -options = [] +List the patches from the series which are not pushed onto the stack. +They are listed in the reverse order in which they were popped.""" + +options = [make_option('-b', '--branch', + help = 'use BRANCH instead of the default one')] def func(parser, options, args):