/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

Merge tree reference fixes.

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__)