~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/knitrepo.py

 * New ``versionedfile.KeyMapper`` interface to abstract out the access to
   underyling .knit/.kndx etc files in repositories with partitioned
   storage. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
374
374
            versionedfile_kwargs={'delta':False,
375
375
                                  'factory':knit.KnitPlainFactory(),
376
376
                                 },
377
 
            escaped=True,
 
377
            escaped=False,
378
378
            )
379
379
        return KnitRevisionStore(versioned_file_store)
380
380