/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 dir.py

Support working trees properly, status and ls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
        else:
96
96
            self.transport = transport.clone('.git')
97
97
        self._lockfiles = lockfiles
 
98
        self._mode_check_done = None
 
99
 
 
100
    def is_control_filename(self, filename):
 
101
        return filename == '.git' or filename.startswith('.git/')
98
102
 
99
103
    def get_branch_transport(self, branch_format):
100
104
        if branch_format is None: