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

Handle lightweight checkouts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    )
36
36
 
37
37
 
38
 
class GitObjectConverter(object):
 
38
class BazaarObjectStore(object):
 
39
    """A Git-style object store backed onto a Bazaar repository."""
39
40
 
40
41
    def __init__(self, repository, mapping=None):
41
42
        self.repository = repository