/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to transportgit.py

Various minor fixes.

Merged from https://code.launchpad.net/~jelmer/brz-git/misc-2/+merge/342482

Show diffs side-by-side

added added

removed removed

Lines of Context:
392
392
    def controldir(self):
393
393
        return self._controltransport.local_abspath('.')
394
394
 
 
395
    def commondir(self):
 
396
        return self._commontransport.local_abspath('.')
 
397
 
395
398
    @property
396
399
    def path(self):
397
400
        return self.transport.local_abspath('.')