Changeset 784 in tailor


Ignore:
Timestamp:
09/06/05 02:24:40 (8 years ago)
Author:
Todd Mokros <tmokros@…>
Hash name:
20050906002440-4e4b6-42b4016bf1b65ebe30fc27c0e31fbb9c7236c6d7
Message:

Update GitRepository for removal of which parameter to _load

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository.py

    r783 r784  
    260260    GIT_CMD = 'git' 
    261261 
    262     def _load(self, config, which): 
    263         Repository._load(self, config, which) 
     262    def _load(self, config): 
     263        Repository._load(self, config) 
    264264        self.GIT_CMD = config.get(self.name, 'git-command', self.GIT_CMD) 
    265265 
Note: See TracChangeset for help on using the changeset viewer.