/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: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2019-01-01 23:40:59 UTC
  • mfrom: (7206.6.8 move-reconcile)
  • Revision ID: breezy.the.bot@gmail.com-20190101234059-g2aoc3whzh3zkppv
Move bzr-specific reconcile bits to breezy.bzr.reconcile.

Merged from https://code.launchpad.net/~jelmer/brz/move-reconcile-1/+merge/359941

Show diffs side-by-side

added added

removed removed

Lines of Context:
995
995
            raise errors.NoSuchId(self, file_id)
996
996
 
997
997
    def _set_root_id(self, file_id):
998
 
        self._fileid_map.set_file_id("", file_id)
 
998
        raise errors.UnsupportedOperation(self._set_root_id, self)
999
999
 
1000
1000
    def get_root_id(self):
1001
1001
        return self.path2id(u"")