~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/commands/test_push.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 test_push(self):
25
25
        self.make_branch_and_tree('branch')
26
26
 
27
 
        self.start_logging_connections()
 
27
        self.install_hooks()
28
28
 
29
29
        cmd = cmd_push()
30
30
        cmd.run(self.get_url('remote'), directory='branch')