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

'bzr git-object' without arguments now prints the available git objects.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
            self._idmap.commit()
63
63
            pb.finished()
64
64
 
 
65
    def __iter__(self):
 
66
        self._update_sha_map()
 
67
        return iter(self._idmap.sha1s())
 
68
 
65
69
    def _update_sha_map_revision(self, revid):
66
70
        inv = self.repository.get_inventory(revid)
67
71
        tree_sha = self._get_ie_sha1(inv.root, inv)