Changes in tools/config.py [04b29ca:e31c2c5] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/config.py

    r04b29ca re31c2c5  
    225225        "Create output configuration"
    226226       
    227         revision = commands.getoutput('svnversion . 2> /dev/null')
     227        revision = commands.getoutput('bzr version-info --custom --template="{revision_id}" 2> /dev/null')
    228228        timestamp = commands.getoutput('date "+%Y-%m-%d %H:%M:%S"')
    229229       
Note: See TracChangeset for help on using the changeset viewer.