+directory = common.DirectoryHasRepositoryLib()
+options = [make_option('-b', '--branch',
+ help = 'use BRANCH instead of the default branch'),
+ make_option('-c', '--count',
+ help = 'print the number of unapplied patches',
+ action = 'store_true')]