+options = [make_option('-a', '--applied',
+ help = 'show the applied patches',
+ action = 'store_true'),
+ make_option('-u', '--unapplied',
+ help = 'show the unapplied patches',
+ action = 'store_true'),
+ make_option('-O', '--diff-opts',
+ help = 'options to pass to git-diff')]