~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_update.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-03-07 10:45:44 UTC
  • mfrom: (2321.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070307104544-59e3e6358e4bdb29
(robertc) Merge dirstate and subtrees. (Robert Collins, Martin Pool, Aaaron Bentley, John A Meinel, James Westby)

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