Changeset 446 in tailor for vcpx/session.py


Ignore:
Timestamp:
07/30/05 01:57:22 (8 years ago)
Author:
lele@…
Hash name:
20050729235722-97f81-533acd388a4445e9bc5c543a864adc16c8823acb
Message:

Introduced --source-repository and --source-module as aliases for -R and -m
This is to allow --target-repository and --target-module options, needed
to create the target working copy at bootstrap time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/session.py

    r441 r446  
    5353        self.args = args 
    5454 
    55         self.source_repository = options.repository 
     55        self.source_repository = options.source_repository 
    5656        self.source_kind = options.source_kind 
    57         self.source_module = options.module 
     57        self.source_module = options.source_module 
    5858        self.target_repository = None 
    5959        self.target_kind = options.target_kind 
Note: See TracChangeset for help on using the changeset viewer.