/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-05-29 03:28:14 UTC
  • mfrom: (7303 work)
  • mto: This revision was merged to the branch mainline in revision 7305.
  • Revision ID: jelmer@jelmer.uk-20190529032814-fzqbrgf9647u9ptq
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):