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

Merge from bzr.dev, resolving the worst of the semantic conflicts, but there's
still a little bit of breakage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
        """Update a light checkout of a readonly branch"""
203
203
        tree = self.make_branch_and_tree('branch')
204
204
        readonly_branch = branch.Branch.open(self.get_readonly_url('branch'))
205
 
        checkout = readonly_branch.create_checkout('checkout', 
 
205
        checkout = readonly_branch.create_checkout('checkout',
206
206
                                                   lightweight=True)
207
207
        tree.commit('empty commit')
208
208
        self.runbzr(['update', 'checkout'])