/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/branch_implementations/test_push.py

  • Committer: John Arbash Meinel
  • Date: 2009-06-17 17:57:15 UTC
  • mfrom: (4454 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4460.
  • Revision ID: john@arbash-meinel.com-20090617175715-p9ebpwx5rhc0qin1
Merge bzr.dev 4454 in preparation for NEWS entry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
427
427
        cmd = builtins.cmd_push()
428
428
        cmd.outf = tests.StringIOWrapper()
429
429
        cmd.run(
430
 
            directory=self.get_url() + 'empty',
 
430
            directory=self.get_url('empty'),
431
431
            location=self.smart_server.get_url() + 'target')
432
432
        # HPSS calls as of 2008/09/22:
433
433
        # [BzrDir.open, BzrDir.open_branch, BzrDir.find_repositoryV2,