/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2011-07-06 08:58:15 UTC
  • mfrom: (5609.48.2 2.3)
  • mto: (6012.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 6013.
  • Revision ID: v.ladeuil+lp@free.fr-20110706085815-6leauod52jq2u43d
MergingĀ inĀ 2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2006 Canonical Ltd
 
1
# Copyright (C) 2006, 2007, 2009, 2010 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
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')