Changeset 659 in tailor


Ignore:
Timestamp:
08/21/05 23:25:15 (8 years ago)
Author:
lele@…
Hash name:
20050821212515-97f81-3df54c431bcadf3fcd755f561b79fe670595c13e
Message:

If there is a module, print it on its own line in the bootstrap message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/target.py

    r639 r659  
    2222Import of the upstream sources from 
    2323 
    24   Repository: %(source_repository)s%(source_module)s 
    25   Revision:  %(revision)s 
     24 Repository: %(source_repository)s%(source_module)s 
     25   Revision: %(revision)s 
    2626""" 
    2727 
     
    319319        source_repository = source_repo.repository 
    320320        source_module = source_repo.module or '' 
     321        if source_module: 
     322            source_module = "\n     Module: " + source_module 
    321323        if initial: 
    322324            author = changeset.author 
Note: See TracChangeset for help on using the changeset viewer.