-Rename <oldpatch> into <newpatch> in a series."""
-
-options = [make_option('-b', '--branch',
- help = 'use BRANCH instead of the default one')]
+args = [argparse.applied_patches, argparse.unapplied_patches,
+ argparse.hidden_patches]
+options = [
+ opt('-b', '--branch', args = [argparse.stg_branches],
+ short = 'use BRANCH instead of the default one')]