~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2007-06-26 13:49:44 UTC
  • mto: (2581.1.1 cleanup-runbzr)
  • mto: This revision was merged to the branch mainline in revision 2588.
  • Revision ID: v.ladeuil+lp@free.fr-20070626134944-snlh5i0zsa30mysx
Enforce run_bzr(string) where possible.

Show diffs side-by-side

added added

removed removed

Lines of Context:
205
205
        checkout = readonly_branch.create_checkout('checkout',
206
206
                                                   lightweight=True)
207
207
        tree.commit('empty commit')
208
 
        self.run_bzr(['update', 'checkout'])
 
208
        self.run_bzr('update checkout')