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

  • Committer: Jelmer Vernooij
  • Date: 2019-06-29 13:16:26 UTC
  • mto: This revision was merged to the branch mainline in revision 7376.
  • Revision ID: jelmer@jelmer.uk-20190629131626-qioafloyemhdbm4w
Remove Tree.get_root_id() in favour of Tree.path2id('').

Show diffs side-by-side

added added

removed removed

Lines of Context:
512
512
        """
513
513
        raise NotImplementedError(self.get_symlink_target)
514
514
 
515
 
    def get_root_id(self):
516
 
        """Return the file_id for the root of this tree."""
517
 
        raise NotImplementedError(self.get_root_id)
518
 
 
519
515
    def annotate_iter(self, path,
520
516
                      default_revision=_mod_revision.CURRENT_REVISION):
521
517
        """Return an iterator of revision_id, line tuples.