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

Merge new bzr-foreign.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    versionedfile,
34
34
    )
35
35
from bzrlib.foreign import (
 
36
        ForeignRepository,
36
37
        ForeignRevision,
37
38
        )
38
39
from bzrlib.trace import mutter
39
40
from bzrlib.transport import get_transport
40
41
 
41
42
from bzrlib.plugins.git.foreign import (
42
 
    ForeignRepository,
43
43
    versionedfiles,
44
44
    )
45
45
from bzrlib.plugins.git.mapping import default_mapping