~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/workingtree_implementations/test_commit.py

  • Committer: John Arbash Meinel
  • Date: 2007-03-23 20:19:01 UTC
  • mto: (2323.6.8 0.15-integration)
  • mto: This revision was merged to the branch mainline in revision 2390.
  • Revision ID: john@arbash-meinel.com-20070323201901-2m5hfkh8xe26wywh
Fix the small bug that ie.snapshot() didn't think about kind changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
        from another. When committed it should commit the new kind.
110
110
        """
111
111
        wt = self.make_branch_and_tree('.')
112
 
        wt.lock_write()
113
112
        self.build_tree(['a'])
114
113
        wt.add(['a'])
115
114
        wt.commit('commit one')