~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: Andrew Bennetts
  • Date: 2010-01-15 03:58:20 UTC
  • mfrom: (4963 +trunk)
  • mto: (4973.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4975.
  • Revision ID: andrew.bennetts@canonical.com-20100115035820-ilb3t36swgzq6v1l
MergeĀ lp:bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
951
951
    def is_write_locked(self):
952
952
        return self._lock_mode == 'w'
953
953
 
 
954
    def _warn_if_deprecated(self, branch=None):
 
955
        # If we have a real repository, the check will be done there, if we
 
956
        # don't the check will be done remotely.
 
957
        pass
 
958
 
954
959
    def lock_read(self):
955
960
        # wrong eventually - want a local lock cache context
956
961
        if not self._lock_mode: