/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: Jelmer Vernooij
  • Date: 2011-09-01 15:26:30 UTC
  • mto: (6123.1.1 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6124.
  • Revision ID: jelmer@samba.org-20110901152630-5yhl2qm45bh14ddq
Doc doc doc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
604
604
        self.run_bzr_error(
605
605
            ["bzr: ERROR: No tracker specified for bug 123. Use the form "
606
606
            "'tracker:id' or specify a default bug tracker using the "
607
 
            "`default_bugtracker` option.\n"
 
607
            "`bugtracker` option.\n"
608
608
            "See \"bzr help bugs\" for more information on this feature. "
609
609
            "Commit refused."],
610
610
            'commit -m add-b --fixes=123',
611
611
            working_dir='tree')
612
 
        tree.branch.get_config().set_user_option("default_bugtracker", "lp")
 
612
        tree.branch.get_config().set_user_option("bugtracker", "lp")
613
613
        self.run_bzr('commit -m hello --fixes=234 tree/hello.txt')
614
614
        # Get the revision properties, ignoring the branch-nick property, which
615
615
        # we don't care about for this test.