Changes in tools/config.py [e31c2c5:04b29ca] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/config.py
re31c2c5 r04b29ca 225 225 "Create output configuration" 226 226 227 revision = commands.getoutput(' bzr version-info --custom --template="{revision_id}"2> /dev/null')227 revision = commands.getoutput('svnversion . 2> /dev/null') 228 228 timestamp = commands.getoutput('date "+%Y-%m-%d %H:%M:%S"') 229 229
Note:
See TracChangeset
for help on using the changeset viewer.