~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-03-18 02:14:31 UTC
  • mfrom: (4158.2.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090318021431-md1n8o3542wwsvai
(mbp) merge back 1.13final to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
428
428
        if self._supports_external_lookups is None:
429
429
            self._ensure_real()
430
430
            self._supports_external_lookups = \
431
 
                self._custom_format.supports_external_lookups 
 
431
                self._custom_format.supports_external_lookups
432
432
        return self._supports_external_lookups
433
433
 
434
434
    @property