~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-01-19 10:25:07 UTC
  • mfrom: (3943.2.5 hpss-upgrade)
  • Revision ID: pqm@pqm.ubuntu.com-20090119102507-0ue83url4iguuol1
(mbp) small refactorings of upgrade

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,