~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2012-02-07 13:18:40 UTC
  • mfrom: (6463.1.1 migrate-bugtracker)
  • Revision ID: pqm@pqm.ubuntu.com-20120207131840-0whz346qm1ikv3pp
(jelmer) Migrate the 'bugtracker' configuration setting to config stacks.
 (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
628
628
            "Commit refused."],
629
629
            'commit -m add-b --fixes=123',
630
630
            working_dir='tree')
631
 
        tree.branch.get_config().set_user_option("bugtracker", "lp")
 
631
        tree.branch.get_config_stack().set("bugtracker", "lp")
632
632
        self.run_bzr('commit -m hello --fixes=234 tree/hello.txt')
633
633
        last_rev = tree.branch.repository.get_revision(tree.last_revision())
634
634
        self.assertEqual('https://launchpad.net/bugs/234 fixed',