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

Merge in dulwich.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
"""Tests for interfacing with a Git Branch"""
18
18
 
 
19
import git
 
20
 
19
21
from bzrlib import revision
20
22
from bzrlib.branch import Branch
21
23
 
24
26
    tests,
25
27
    )
26
28
from bzrlib.plugins.git.mapping import default_mapping
27
 
from bzrlib.plugins.git import git
28
 
 
29
29
 
30
30
 
31
31
class TestGitBranch(tests.TestCaseInTempDir):