~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/test_commit.py

  • Committer: Robert Collins
  • Date: 2005-10-18 05:26:22 UTC
  • mto: This revision was merged to the branch mainline in revision 1463.
  • Revision ID: robertc@robertcollins.net-20051018052622-653d638c9e26fde4
fix broken tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
        b.add(['hello'], ['hello-id'])
220
220
        b.commit(message='add hello')
221
221
 
222
 
        b.remove('hello')
 
222
        b.working_tree().remove('hello')
223
223
        b.commit('removed hello', rev_id='rev2')
224
224
 
225
225
        tree = b.revision_tree('rev2')