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

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 15:41:52 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521154152-u4qrysj89fyczrxz
Some more test fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1197
1197
            if 'format_deprecation' in conf.get('suppress_warnings'):
1198
1198
                return
1199
1199
            warning("Format %s for %s is deprecated -"
1200
 
                    " please use 'bzr upgrade' to get better performance"
 
1200
                    " please use 'brz upgrade' to get better performance"
1201
1201
                    % (self._format, self.bzrdir.transport.base))
1202
1202
        finally:
1203
1203
            _deprecation_warning_done = True
1509
1509
    def find_format(klass, a_bzrdir):
1510
1510
        """Return the format for the repository object in a_bzrdir.
1511
1511
 
1512
 
        This is used by bzr native formats that have a "format" file in
 
1512
        This is used by brz native formats that have a "format" file in
1513
1513
        the repository.  Other methods may be used by different types of
1514
1514
        control directory.
1515
1515
        """