~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/knitrepo.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-10-24 07:28:00 UTC
  • mfrom: (2929.1.2 workingtree)
  • Revision ID: pqm@pqm.ubuntu.com-20071024072800-p2qtv2632xrbrs02
(robertc) Use a dictionary to obtain stat caches rather than digging into the dirstate on every path. (Robert Collins)

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
328
326
 
329
327
    def _get_control_store(self, repo_transport, control_files):
330
328
        """Return the control store for this repository."""