~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-16 14:51:21 UTC
  • mto: This revision was merged to the branch mainline in revision 1459.
  • Revision ID: robertc@lifelesslap.robertcollins.net-20051016145121-01852573f8c63daa
replace __contains__ calls in stores with has_id

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        tree2 = b.revision_tree(rh[1])
52
52
        eq(tree2.get_file_text(file_id), 'version 2')
53
53
 
54
 
 
55
54
    def test_delete_commit(self):
56
55
        """Test a commit with a deleted file"""
57
56
        b = Branch.initialize('.')