/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_dir.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 bzrdir
22
22
 
23
23
from bzrlib.plugins.git import tests
24
 
from bzrlib.plugins.git.gitlib import git_dir
 
24
from bzrlib.plugins.git import git_dir
25
25
 
26
26
 
27
27
class TestGitDir(tests.TestCaseInTempDir):