/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 breezy/tests/per_branch/test_branch.py

  • Committer: Jelmer Vernooij
  • Date: 2019-06-03 03:10:29 UTC
  • mfrom: (7312 work)
  • mto: This revision was merged to the branch mainline in revision 7318.
  • Revision ID: jelmer@jelmer.uk-20190603031029-b34je03bjulxxdwj
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
 
165
165
        branch_b = wt_a.branch.controldir.sprout(
166
166
            'b', revision_id=rev1).open_branch()
167
 
        self.assertEqual(wt_a.branch.user_url, branch_b.get_parent())
 
167
        self.assertEqual(
 
168
            urlutils.split_segment_parameters(wt_a.branch.user_url)[0],
 
169
            urlutils.split_segment_parameters(branch_b.get_parent())[0])
168
170
        return branch_b
169
171
 
170
172
    def test_clone_branch_nickname(self):