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