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

Merge new dulwich.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
from bzrlib.tests.blackbox import ExternalBase
23
23
 
24
24
from bzrlib.plugins.git import (
25
 
    ids,
26
25
    tests,
27
26
    )
28
27
 
63
62
        self.assertEqual(error, '')
64
63
        self.assertEqual(output, "a\n")
65
64
 
 
65
    def test_init(self):
 
66
        self.run_bzr("init-repo --git repo") 
 
67
 
66
68
    def test_info_verbose(self):
67
69
        self.simple_commit()
68
70