~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/pack_repo.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:
2126
2126
            versionedfile_kwargs={'delta': False,
2127
2127
                                  'factory': knit.KnitPlainFactory(),
2128
2128
                                 },
2129
 
            escaped=True,
 
2129
            escaped=False,
2130
2130
            )
2131
2131
        return KnitRevisionStore(versioned_file_store)
2132
2132