~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/commands/test_branch.py

  • Committer: Alexander Belchenko
  • Date: 2007-08-10 09:04:38 UTC
  • mto: This revision was merged to the branch mainline in revision 2694.
  • Revision ID: bialix@ukr.net-20070810090438-0835xdz0rl8825qv
fixes after Ian's review

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    def setUp(self):
25
25
        super(TestBranch, self).setUp()
26
26
        self.make_branch_and_tree('branch')
27
 
        self.start_logging_connections()
 
27
        self.install_hooks()
28
28
 
29
29
    def test_branch_remote_local(self):
30
30
        cmd = cmd_branch()