210
210
# commit from here should do nothing
211
211
run_bzr('commit', '.', '-m', 'commit subdir only', '--unchanged')
213
213
eq(v3.get_file_by_path('b/two').read(), 'old contents')
214
214
eq(v3.get_file_by_path('top').read(), 'old contents')
215
215
eq(v3.get_file_by_path('a/one').read(), 'new contents')
217
217
# commit in subdirectory commits whole tree
218
218
run_bzr('commit', '-m', 'commit whole tree from subdir')
220
220
eq(v4.get_file_by_path('b/two').read(), 'new contents')
221
221
eq(v4.get_file_by_path('top').read(), 'new contents')