~joetalbott/tarmac/tarmac-test

« back to all changes in this revision

Viewing changes to tarmac/bin/options.py

  • Committer: Tarmac Traffic Controller
  • Author(s): Rodney Dawes
  • Date: 2014-02-28 20:37:12 UTC
  • mfrom: (428.2.4 merge-specific)
  • Revision ID: tarmac_traffic_controller-20140228203712-w3p50fhnpl81qtzh
Add an option to merge a single specific proposal to a branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
list_approved_option = Option(
37
37
    'list-approved', short_name='l',
38
38
    help='List Approved merge proposals for the target branch.')
 
39
proposal_option = Option(
 
40
    'proposal', short_name='p',
 
41
    type=str, argname='url',
 
42
    help='Pass the URL for a specific proposal to merge to the target branch.')