/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 bzrlib/remote.py

  • Committer: Martin Pool
  • Date: 2009-01-16 07:50:48 UTC
  • mto: This revision was merged to the branch mainline in revision 3945.
  • Revision ID: mbp@sourcefrog.net-20090116075048-kcpmohmcxm9jlfwg
deprecate needs_format_conversion(format=None)

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
 
231
231
    def needs_format_conversion(self, format=None):
232
232
        """Upgrading of remote bzrdirs is not supported yet."""
 
233
        if format is None:
 
234
            symbol_versioning.warn(symbol_versioning.deprecated_in((1, 13, 0))
 
235
                % 'needs_format_conversion(format=None)')
233
236
        return False
234
237
 
235
238
    def clone(self, url, revision_id=None, force_new_repo=False,