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

Fix branch cloning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
from bzrlib.tsort import topo_sort
23
23
 
24
24
from bzrlib.plugins.git import git
25
 
from bzrlib.plugins.git.repository import LocalGitRepository, GitRepository, GitFormat
 
25
from bzrlib.plugins.git.repository import (
 
26
        LocalGitRepository, 
 
27
        GitRepository, 
 
28
        GitFormat,
 
29
        )
26
30
from bzrlib.plugins.git.remote import RemoteGitRepository
27
31
 
28
32
from dulwich.objects import Commit