~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_tags.py

  • Committer: Vincent Ladeuil
  • Date: 2007-06-26 13:49:44 UTC
  • mto: (2581.1.1 cleanup-runbzr)
  • mto: This revision was merged to the branch mainline in revision 2588.
  • Revision ID: v.ladeuil+lp@free.fr-20070626134944-snlh5i0zsa30mysx
Enforce run_bzr(string) where possible.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
            format=format)
40
40
 
41
41
    def test_tag_command_help(self):
42
 
        out, err = self.run_bzr(['help', 'tag'])
 
42
        out, err = self.run_bzr('help tag')
43
43
        self.assertContainsRe(out, 'Create a tag')
44
44
 
45
45
    def test_cannot_tag_range(self):