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

cope with branch argument to _warn_if_deprecated

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    def supports_rich_root(self):
71
71
        return True
72
72
 
73
 
    def _warn_if_deprecated(self):
 
73
    def _warn_if_deprecated(self, branch=None):
74
74
        # This class isn't deprecated
75
75
        pass
76
76