Changeset 492 in tailor


Ignore:
Timestamp:
08/05/05 02:35:38 (8 years ago)
Author:
lele@…
Hash name:
20050805003538-97f81-2038984f936967b22f86f0385f26218c2ff9cf30
Message:

Added --start-revision as an alias for --revision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/tailor.py

    r489 r492  
    173173                     "target repository, you may want to give it a value with " 
    174174                     "darcs too even if it is otherwise ignored."), 
    175     make_option("-r", "--revision", dest="revision", metavar="REV", 
     175    make_option("-r", "--revision", "--start-revision", dest="start_revision", 
     176                metavar="REV", 
    176177                help="Specify the revision bootstrap should checkout.  REV " 
    177178                     "must be a valid 'name' for a revision in the upstream " 
Note: See TracChangeset for help on using the changeset viewer.