Changeset 525 in tailor


Ignore:
Timestamp:
08/09/05 01:15:40 (8 years ago)
Author:
lele@…
Hash name:
20050808231540-97f81-7c77a55fbfcb5eba32e68974bacb8e15b46961cc
Message:

Use 'root-directory' as option name in the config file

Location:
vcpx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vcpx/tailor.py

    r518 r525  
    295295            target = options.target_kind + ':target' 
    296296            config.set('project', 'target', target) 
    297             config.set('project', 'root', getcwd()) 
     297            config.set('project', 'root-directory', getcwd()) 
    298298            config.set('project', 'subdir', options.subdir or '.') 
    299299            config.set('project', 'state-file', 'tailor.state') 
  • vcpx/tests/config.py

    r522 r525  
    4141 
    4242[project2] 
    43 root = /tmp/test 
     43root-directory = /tmp/test 
    4444source = darcs:project1repo 
    4545target = svn:project1repo 
Note: See TracChangeset for help on using the changeset viewer.