166
166
# commit from here should do nothing
167
167
run_bzr('commit', '.', '-m', 'commit subdir only', '--unchanged')
169
169
eq(v3.get_file_by_path('b/two').read(), 'old contents')
170
170
eq(v3.get_file_by_path('top').read(), 'old contents')
171
171
eq(v3.get_file_by_path('a/one').read(), 'new contents')
173
173
# commit in subdirectory commits whole tree
174
174
run_bzr('commit', '-m', 'commit whole tree from subdir')
176
176
eq(v4.get_file_by_path('b/two').read(), 'new contents')
177
177
eq(v4.get_file_by_path('top').read(), 'new contents')