~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: 2011-06-10 08:11:44 UTC
  • mto: (5954.2.5 merge-into-empty-fixups)
  • mto: This revision was merged to the branch mainline in revision 5967.
  • Revision ID: v.ladeuil+lp@free.fr-20110610081144-9g1gppbjok4z8mxf
Nitpicks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
        master.commit('first commit')
144
144
        # make a bound branch
145
145
        self.run_bzr('checkout master child')
146
 
        # get an object form of child
147
 
        child = workingtree.WorkingTree.open('child')
148
146
        # check that out
149
147
        self.run_bzr('checkout --lightweight child checkout')
150
148
        # get an object form of the checkout to manipulate
159
157
        a_file = file('child/file_b', 'wt')
160
158
        a_file.write('Foo')
161
159
        a_file.close()
 
160
        # get an object form of child
 
161
        child = workingtree.WorkingTree.open('child')
162
162
        child.add(['file_b'])
163
163
        child_tip = child.commit('add file_b', local=True)
164
164
        # check checkout