/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

Merge new dulwich.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
"""Tests for interfacing with a Git Repository"""
18
18
 
19
 
import git
20
 
 
21
19
from bzrlib import (
22
20
    errors,
23
21
    inventory,
27
25
 
28
26
from bzrlib.plugins.git import (
29
27
    dir,
 
28
    git,
30
29
    repository,
31
30
    tests,
32
31
    )