~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/pack_repo.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-10 13:18:46 UTC
  • mfrom: (2949.1.6 fetch)
  • Revision ID: pqm@pqm.ubuntu.com-20090310131846-8f45p0k6f0nftk31
(robertc) Set supports_ghosts flag appropriately for packs. (Robert
        Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2245
2245
    # Set this attribute in derived clases to control the _serializer that the
2246
2246
    # repository objects will have passed to their constructor.
2247
2247
    _serializer = None
 
2248
    # Packs are not confused by ghosts.
 
2249
    supports_ghosts = True
2248
2250
    # External references are not supported in pack repositories yet.
2249
2251
    supports_external_lookups = False
2250
2252
    # What index classes to use