~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2007-06-28 16:50:06 UTC
  • mfrom: (2561 +trunk)
  • mto: (2520.4.116 bzr.mpbundle)
  • mto: This revision was merged to the branch mainline in revision 2572.
  • Revision ID: abentley@panoramicfeedback.com-20070628165006-m7bd56ngqs26rd91
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    b_c = ['b', 'b/c']
30
30
 
31
31
    def getTree(self):
32
 
        self.makeAndChdirToTestDir()
33
32
        tree = self.make_branch_and_tree('.')
34
33
        self.build_tree(TestRemove.files)
35
34
        return tree