/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-03-18 01:27:58 UTC
  • mfrom: (4104.1.4 1.13)
  • mto: This revision was merged to the branch mainline in revision 4160.
  • Revision ID: mbp@sourcefrog.net-20090318012758-5ne2z0qg2jyf218u
mergeĀ backĀ 1.13final

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