/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 tests/test_repository.py

Cope with newer *system* dulwich

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
from bzrlib.plugins.git import (
27
27
    dir,
28
 
    git,
29
28
    repository,
30
29
    tests,
31
30
    )
32
31
from bzrlib.plugins.git.mapping import default_mapping
33
32
 
 
33
import dulwich as git
34
34
 
35
35
class TestGitRepositoryFeatures(tests.TestCaseInTempDir):
36
36
    """Feature tests for GitRepository."""