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

Cope with API changes to InterBranch._get_branch_formats_to_test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
630
630
 
631
631
    @staticmethod
632
632
    def _get_branch_formats_to_test():
633
 
        return None, None
 
633
        return []
634
634
 
635
635
    @classmethod
636
636
    def is_compatible(self, source, target):