~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/knitrepo.py

  • Committer: Robert Collins
  • Date: 2007-10-30 17:39:11 UTC
  • mto: (2592.6.13 repository)
  • mto: This revision was merged to the branch mainline in revision 2950.
  • Revision ID: robertc@robertcollins.net-20071030173911-ams9jk9pw8uein0j
* Fetch with pack repositories will no longer read the entire history graph.
  (Robert Collins, #88319)

Show diffs side-by-side

added added

removed removed

Lines of Context:
323
323
    # Set this attribute in derived clases to control the _serializer that the
324
324
    # repository objects will have passed to their constructor.
325
325
    _serializer = xml5.serializer_v5
 
326
    # Knit based repositories handle ghosts reasonably well.
 
327
    supports_ghosts = True
326
328
 
327
329
    def _get_control_store(self, repo_transport, control_files):
328
330
        """Return the control store for this repository."""