~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/knitrepo.py

  • Committer: Andrew Bennetts
  • Date: 2008-03-12 20:13:07 UTC
  • mfrom: (3267 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3756.
  • Revision ID: andrew.bennetts@canonical.com-20080312201307-ngd5bynt2nvhnlb7
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
356
356
        return xml5.serializer_v5
357
357
    # Knit based repositories handle ghosts reasonably well.
358
358
    supports_ghosts = True
 
359
    # External lookups are not supported in this format.
 
360
    supports_external_lookups = False
359
361
 
360
362
    def _get_control_store(self, repo_transport, control_files):
361
363
        """Return the control store for this repository."""