/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: 2017-11-12 13:09:58 UTC
  • mto: This revision was merged to the branch mainline in revision 6819.
  • Revision ID: jelmer@jelmer.uk-20171112130958-6e3rstt48asiedzn
Swap arguments for annotate_iter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
428
428
        """Return the file_id for the root of this tree."""
429
429
        raise NotImplementedError(self.get_root_id)
430
430
 
431
 
    def annotate_iter(self, file_id,
 
431
    def annotate_iter(self, path, file_id=None,
432
432
                      default_revision=_mod_revision.CURRENT_REVISION):
433
433
        """Return an iterator of revision_id, line tuples.
434
434