~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_workingtree/test_unversion.py

(gz) Fix typo in test for bug 187207 (Martin [gz])

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        # unversioning children of reparented children of unversioned
43
43
        # paths when relocation entries are present and the relocation
44
44
        # points later into the dirstate.
45
 
        tree = self.make_branch_and_tree(['.'])
 
45
        tree = self.make_branch_and_tree('.')
46
46
        self.build_tree(['del/', 'del/sub/', 'del/sub/b'])
47
47
        tree.add(['del', 'del/sub', 'del/sub/b'], ['del', 'sub', 'b'])
48
48
        tree.commit('setup')