/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

Fix handling of ignores - return patterns that matched.

Show diffs side-by-side

added added

removed removed

Lines of Context:
324
324
        super(TransportRepo, self).__init__(object_store,
325
325
                refs_container)
326
326
 
 
327
    def controldir(self):
 
328
        return self._controltransport.local_abspath('.')
 
329
 
 
330
    @property
 
331
    def path(self):
 
332
        return self.transport.local_abspath('.')
 
333
 
327
334
    def _determine_file_mode(self):
328
335
        # Be consistent with bzr
329
336
        if sys.platform == 'win32':