/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 bzrlib/tests/blackbox/test_commit.py

  • Committer: James Westby
  • Date: 2008-07-29 21:10:43 UTC
  • mto: (4108.1.1 jamesw-integration)
  • mto: This revision was merged to the branch mainline in revision 4109.
  • Revision ID: jw+debian@jameswestby.net-20080729211043-15vil1xxss6uvp4q
Talk about "trackers" rather than "tags" as it may be less confusing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
498
498
        self.build_tree(['tree/hello.txt'])
499
499
        tree.add('hello.txt')
500
500
        self.run_bzr_error(
501
 
            [r"Invalid bug orange. Must be in the form of 'tag:id'\. "
 
501
            [r"Invalid bug orange. Must be in the form of 'tracker:id'\. "
502
502
             r"Commit refused\."],
503
503
            'commit -m add-b --fixes=orange',
504
504
            working_dir='tree')