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

Don't claim to support working trees for bare repositories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
        return default_mapping
83
83
 
84
84
    def make_working_trees(self):
85
 
        return True
 
85
        return not self._git.bare
86
86
 
87
87
    def revision_graph_can_have_wrong_parents(self):
88
88
        return False
162
162
        """Lookup a revision id.
163
163
 
164
164
        """
 
165
        assert type(foreign_revid) is str
165
166
        if mapping is None:
166
167
            mapping = self.get_mapping()
167
168
        from dulwich.protocol import (