chiark / gitweb /
Add a --branch option to different commands
[stgit] / stgit / commands / mail.py
index 6be00fc069b49827d0124d5f5b5e09768c06159e..012e640360e8f23950c04eaab8d1cebad9b5acae 100644 (file)
@@ -97,7 +97,9 @@ options = [make_option('-a', '--all',
            make_option('-u', '--smtp-user', metavar = 'USER',
                        help = 'username for SMTP authentication'),
            make_option('-p', '--smtp-password', metavar = 'PASSWORD',
-                       help = 'username for SMTP authentication')]
+                       help = 'username for SMTP authentication'),
+           make_option('-b', '--branch',
+                       help = 'use BRANCH instead of the default one')]
 
 
 def __get_maintainer():