Add the 'autobcc' config option
[stgit] / stgit / commands / unapplied.py
index fe6a485..4a14456 100644 (file)
@@ -30,7 +30,8 @@ usage = """%prog [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 = []
+options = [make_option('-b', '--branch',
+                       help = 'use BRANCH instead of the default one')]
 
 
 def func(parser, options, args):