/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 breezy/git/tree.py

  • Committer: Jelmer Vernooij
  • Date: 2018-11-25 20:44:56 UTC
  • mto: This revision was merged to the branch mainline in revision 7231.
  • Revision ID: jelmer@jelmer.uk-20181125204456-jm9k22rbl9n22ayj
Drop file_id from record_iter_changes return value.

Show diffs side-by-side

added added

removed removed

Lines of Context:
986
986
            raise errors.NoSuchId(self, file_id)
987
987
 
988
988
    def _set_root_id(self, file_id):
989
 
        self._fileid_map.set_file_id("", file_id)
 
989
        raise errors.UnsupportedOperation(self._set_root_id, self)
990
990
 
991
991
    def get_root_id(self):
992
992
        return self.path2id(u"")