/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

Support bzr init --git.

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
        assert revision_id != None
168
168
        return self.revision_tree(revision_id).inventory
169
169
 
 
170
    def set_make_working_trees(self, trees):
 
171
        pass
 
172
 
170
173
 
171
174
def escape_file_id(file_id):
172
175
    return file_id.replace('_', '__').replace(' ', '_s')