/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/repofmt/pack_repo.py

  • Committer: Aaron Bentley
  • Date: 2009-03-11 07:24:19 UTC
  • mfrom: (4110 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4130.
  • Revision ID: aaron@aaronbentley.com-20090311072419-029z2ec0lxfc6ns1
Merge bzr.dev into send-hookage

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