Fix series mismerge
authorPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Sun, 18 Sep 2005 16:47:12 +0000 (18:47 +0200)
committerCatalin Marinas <catalin.marinas@gmail.com>
Mon, 19 Sep 2005 10:19:10 +0000 (11:19 +0100)
From: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>

Mismerge with my addition of -e. Sorry for not pulling that time.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
stgit/commands/series.py

index 7ed88c0..032b89e 100644 (file)
@@ -32,8 +32,8 @@ with a '+' and the unapplied ones with a '-'. The current patch is
 prefixed with a '>'. Empty patches are prefixed with a '0'."""
 
 options = [make_option('-b', '--branch',
-                       help = 'use BRANCH instead of the default one')]
-options = [make_option('-e', '--empty',
+                       help = 'use BRANCH instead of the default one'),
+           make_option('-e', '--empty',
                        help = 'check whether patches are empty '
                        '(much slower)',
                        action = 'store_true') ]