Changeset 484 in tailor for vcpx/repository.py


Ignore:
Timestamp:
08/05/05 00:25:55 (8 years ago)
Author:
lele@…
Hash name:
20050804222555-97f81-4046014a51b1ea6cbdb55a4c2f9521ae97b4d01f
Message:

Force the svn module to start with a slash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository.py

    r476 r484  
    102102        Repository._load(self, config, which) 
    103103        self.use_propset = config.get(self.name, 'use-propset', False) 
     104        if not self.module.startswith('/'): 
     105            self.module = '/' + self.module 
    104106 
    105107    def workingDir(self): 
Note: See TracChangeset for help on using the changeset viewer.