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

Implement _set_root_id.

Show diffs side-by-side

added added

removed removed

Lines of Context:
581
581
        self.paths = None
582
582
        self.mapping = mapping
583
583
 
 
584
    def set_file_id(self, path, file_id):
 
585
        self.file_ids[path] = file_id
 
586
 
584
587
    def lookup_file_id(self, path):
585
588
        assert type(path) is str
586
589
        try: