Changeset 650 for trunk/email2trac.py.in


Ignore:
Timestamp:
01/14/14 18:32:48 (10 years ago)
Author:
bas
Message:

added bloodhound comments to Changelog, see #331

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r646 r650  
    3939                -h,--help
    4040                -A, --agilo
    41                 -B, --bloodhound_product
     41                -B, --bh_product <name>
    4242                -d, --debug
    4343                -E, --virtualenv <path>
     
    27022702
    27032703    SHORT_OPT = 'AB:cdE:hf:np:t:v'
    2704     LONG_OPT  =  ['agilo', 'bloodhound_product=', 'component=', 'debug',
     2704    LONG_OPT  =  ['agilo', 'bh_product=', 'component=', 'debug',
    27052705                  'dry-run', 'help', 'file=', 'project=', 'ticket_prefix=',
    27062706                  'virtualenv=', 'verbose']
     
    27202720        elif opt in ['-A', '--agilo']:
    27212721            agilo = True
    2722         elif opt in ['-B', '--bloodhound_product']:
     2722        elif opt in ['-B', '--bh_product']:
    27232723            bh_product = value
    27242724        elif opt in ['-c', '--component']:
Note: See TracChangeset for help on using the changeset viewer.