/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 versionedfiles.py

Rename converter -> object_store, provide utility function for getting ObjectStore's.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    VersionedFiles,
32
32
    )
33
33
 
34
 
from bzrlib.plugins.git.converter import (
35
 
    BazaarObjectStore,
36
 
    )
37
34
 
38
35
class GitTexts(VersionedFiles):
39
36
    """A texts VersionedFiles instance that is backed onto a Git object store."""