/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: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2020-01-19 03:15:39 UTC
  • mfrom: (7447.3.4 move-reference-functions)
  • Revision ID: breezy.the.bot@gmail.com-20200119031539-v25daxmc7w2qoog2
Move tree reference info functions to workingtree.

Merged from https://code.launchpad.net/~jelmer/brz/move-reference-functions/+merge/377800

Show diffs side-by-side

added added

removed removed

Lines of Context:
428
428
        """
429
429
        raise NotImplementedError(self.path_content_summary)
430
430
 
431
 
    def get_reference_revision(self, path):
 
431
    def get_reference_revision(self, path, branch=None):
432
432
        raise NotImplementedError("Tree subclass %s must implement "
433
433
                                  "get_reference_revision"
434
434
                                  % self.__class__.__name__)