~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-11-17 03:20:35 UTC
  • mfrom: (4792.4.3 456036)
  • Revision ID: pqm@pqm.ubuntu.com-20091117032035-s3sgtlixj1lrminn
(Gordon Tyler) Fix IndexError during 'bzr ignore /' (#456036)

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
 
 
959
954
    def lock_read(self):
960
955
        # wrong eventually - want a local lock cache context
961
956
        if not self._lock_mode: