Changeset 699 in tailor for vcpx/repository.py


Ignore:
Timestamp:
08/27/05 08:37:00 (8 years ago)
Author:
R.Ghetta <birrachiara@…>
Hash name:
20050827063700-2c016-03734d5d587b75a600bee18360926ee0966a2656
Message:

enhances monotone db setup and fixes the monotone specific test
To setup the database the user can provide a keyfile or a keyid, with optional
passphrase. If a keyid is provided, a new key will be generated.
Monotone needs also a module specified, added a test for that

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository.py

    r696 r699  
    206206        self.MONOTONE_CMD = config.get(self.name, 
    207207                                       'monotone-command', self.MONOTONE_CMD) 
     208        self.keyid = config.get(self.name, 'keyid') 
    208209        self.passphrase = config.get(self.name, 'passphrase') 
    209210        self.keyfile = config.get(self.name, 'keyfile') 
Note: See TracChangeset for help on using the changeset viewer.