~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/knitrepo.py

  • Committer: Alexander Belchenko
  • Date: 2008-02-20 10:36:15 UTC
  • mfrom: (3228 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3231.
  • Revision ID: bialix@ukr.net-20080220103615-uxw9jc9m6l63ea27
merge bzr.dev; update patch for 1.3

Show diffs side-by-side

added added

removed removed

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