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

Fix git -> git fetching.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    Repository,
33
33
    )
34
34
 
35
 
from bzrlib.plugins.git.converter import (
36
 
    BazaarObjectStore,
37
 
    )
38
35
from bzrlib.plugins.git.fetch import (
39
36
    import_git_objects,
40
37
    )
43
40
    inventory_to_tree_and_blobs,
44
41
    revision_to_commit,
45
42
    )
 
43
from bzrlib.plugins.git.object_store import (
 
44
    BazaarObjectStore,
 
45
    )
46
46
 
47
47
from dulwich.server import (
48
48
    Backend,