~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2010-12-07 09:06:39 UTC
  • mto: This revision was merged to the branch mainline in revision 5567.
  • Revision ID: v.ladeuil+lp@free.fr-20101207090639-l77s4ix6oqqn76jx
Fix the remaining references to http://bazaar-vcs.org (except the explicitly historical ones).

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
        self.assertEqual(branch_b.get_parent(), branch_c.get_parent())
188
188
 
189
189
        # We can also set a specific parent, and it should be honored
190
 
        random_parent = 'http://bazaar-vcs.org/path/to/branch'
 
190
        random_parent = 'http://example.com/path/to/branch'
191
191
        branch_b.set_parent(random_parent)
192
192
        repo_d = self.make_repository('d')
193
193
        branch_b.repository.copy_content_into(repo_d)