/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

  • Committer: Jelmer Vernooij
  • Date: 2009-03-16 13:56:04 UTC
  • mto: (0.200.259 trunk)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@samba.org-20090316135604-9nkd7d2ztiygybiy
Strip ref directory name from tag names.

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 tree (format: git)" in output)
 
72
        self.assertTrue("Repository branch (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)