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

Use lookup function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
300
300
        self.set_last_revision(revid)
301
301
 
302
302
    def set_last_revision(self, revid):
303
 
        (newhead, self.mapping) = self.mapping.revision_id_bzr_to_foreign(
304
 
                revid)
 
303
        (newhead, self.mapping) = self.repository.lookup_bzr_revision_id(revid)
305
304
        self.head = newhead
306
305
 
307
306
    def _set_head(self, value):