143
131
self.check_file_contents('hello.txt', 'initial hello')
144
132
self.check_file_contents('hello.txt~', 'initial hello')
151
136
b = Branch('.', init=True)
152
137
self.build_tree(['dir/', 'dir/sub/', 'dir/sub/file'])
153
138
b.add(['dir', 'dir/sub', 'dir/sub/file'])