68
40
# revert file modified since last revision
70
42
self.check_file_contents('hello.txt', 'initial hello')
75
46
self.check_file_contents('hello.txt', 'initial hello')
81
54
self.build_tree(['dir/', 'dir/sub/', 'dir/sub/file'])
82
55
b.add(['dir', 'dir/sub', 'dir/sub/file'])