181
181
# commit from here should do nothing
182
182
run_bzr('commit', '.', '-m', 'commit subdir only', '--unchanged')
184
184
eq(v3.get_file_by_path('b/two').read(), 'old contents')
185
185
eq(v3.get_file_by_path('top').read(), 'old contents')
186
186
eq(v3.get_file_by_path('a/one').read(), 'new contents')
188
188
# commit in subdirectory commits whole tree
189
189
run_bzr('commit', '-m', 'commit whole tree from subdir')
191
191
eq(v4.get_file_by_path('b/two').read(), 'new contents')
192
192
eq(v4.get_file_by_path('top').read(), 'new contents')