/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

More work on supporting roundtripping push.

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 not self._git.bare
 
85
        return True
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
166
165
        if mapping is None:
167
166
            mapping = self.get_mapping()
168
167
        from dulwich.protocol import (