/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

Drop support for Bazaar < 2.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
    def supports_rich_root(self):
77
77
        return True
78
78
 
79
 
    def _warn_if_deprecated(self, branch=None):
 
79
    def _warn_if_deprecated(self, branch=None): # for bzr < 2.4
80
80
        # This class isn't deprecated
81
81
        pass
82
82