158
161
self.run_bzr(['commit', '.', '-m', 'commit subdir only', '--unchanged'])
159
162
v3 = b.repository.revision_tree(b.get_rev_id(3))
166
169
# commit in subdirectory commits whole tree
167
170
self.run_bzr(['commit', '-m', 'commit whole tree from subdir'])
168
171
v4 = b.repository.revision_tree(b.get_rev_id(4))
174
177
# TODO: factor out some kind of assert_tree_state() method