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

Flat is better than nested, remove the gitlib hierarchy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
from bzrlib import branch, revision
22
22
 
23
23
from bzrlib.plugins.git import tests
24
 
from bzrlib.plugins.git.gitlib import (
 
24
from bzrlib.plugins.git import (
25
25
    git_branch,
26
26
    ids,
27
27
    )