/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 thin-pack work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
 
70
70
        output, error = self.run_bzr(['info', '-v'])
71
71
        self.assertEqual(error, '')
72
 
        self.assertTrue("Repository branch (format: git)" in output)
 
72
        self.assertTrue("Repository tree (format: git)" in output)
73
73
        self.assertTrue("control: Local Git Repository" in output)
74
74
        self.assertTrue("branch: Git Branch" in output)
75
75
        self.assertTrue("repository: Git Repository" in output)