14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19
19
from bzrlib import revision
20
20
from bzrlib.tests.workingtree_implementations import TestCaseWithWorkingTree
27
27
self.tree = self.make_branch_and_tree('tree')
28
28
files = ['a', 'b/', 'b/c']
29
29
self.build_tree(files, transport=self.tree.bzrdir.root_transport)