/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

Fix formatting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    urlutils,
31
31
    )
32
32
from bzrlib.foreign import (
33
 
        ForeignRepository,
34
 
        )
35
 
from bzrlib.trace import mutter
36
 
from bzrlib.transport import get_transport
 
33
    ForeignRepository,
 
34
    )
 
35
from bzrlib.trace import (
 
36
    mutter,
 
37
    )
 
38
from bzrlib.transport import (
 
39
    get_transport,
 
40
    )
37
41
 
38
42
from bzrlib.plugins.git.foreign import (
39
43
    versionedfiles,
44
48
    mapping_registry,
45
49
    revision_to_commit,
46
50
    )
47
 
from bzrlib.plugins.git.versionedfiles import GitTexts
 
51
from bzrlib.plugins.git.versionedfiles import (
 
52
    GitTexts,
 
53
    )
48
54
 
49
55
import dulwich as git
50
56
import os