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

Cope with newer *system* dulwich

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from bzrlib.trace import info
24
24
from bzrlib.transport import Transport
25
25
 
26
 
from bzrlib.plugins.git import git
27
26
from bzrlib.plugins.git.branch import GitBranch
28
27
from bzrlib.plugins.git.errors import NoSuchRef
29
28
from bzrlib.plugins.git.dir import GitDir
35
34
import urllib
36
35
import urlparse
37
36
 
 
37
import dulwich as git
38
38
from dulwich.pack import PackData, Pack
39
39
 
40
40
# Don't run any tests on GitSmartTransport as it is not intended to be