/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

  • Committer: Kent Gibson
  • Date: 2007-03-07 14:49:00 UTC
  • mfrom: (2324 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2350.
  • Revision ID: warthog618@gmail.com-20070307144900-6bt7twg47zul3w0w
merged bzr.dev

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'])