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

  • Committer: Jelmer Vernooij
  • Date: 2018-04-07 17:27:41 UTC
  • mto: (0.200.1925 work)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@jelmer.uk-20180407172741-w9y21nf3bkhpztpa
Fix root key data.

Show diffs side-by-side

added added

removed removed

Lines of Context:
489
489
            else:
490
490
                base_sha1 = self._lookup_revision_sha1(rev.parent_ids[0])
491
491
                root_tree = self[self[base_sha1].tree]
492
 
            root_key_data = (tree.get_root_id(), )
 
492
            root_key_data = (tree.get_root_id(), tree.get_revision_id())
493
493
        if not lossy and self.mapping.BZR_FILE_IDS_FILE is not None:
494
494
            b = self._create_fileid_map_blob(tree)
495
495
            if b is not None: