/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/blackbox/test_checkout.py

  • Committer: Jelmer Vernooij
  • Date: 2018-04-06 19:28:01 UTC
  • mfrom: (6940 work)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@jelmer.uk-20180406192801-0352t3rvkwsy9s51
merge lp:brz

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
        # We should always be creating a lighweight checkout for colocated
192
192
        # branches.
193
193
        self.assertEqual(
194
 
            target.open_branch(name='somebranch').base,
 
194
            target.open_branch(name='somebranch').user_url,
195
195
            target.get_branch_reference(name=""))
196
196
 
197
197