161
161
# commit from here should do nothing
162
162
run_bzr('commit', '.', '-m', 'commit subdir only', '--unchanged')
164
164
eq(v3.get_file_by_path('b/two').read(), 'old contents')
165
165
eq(v3.get_file_by_path('top').read(), 'old contents')
166
166
eq(v3.get_file_by_path('a/one').read(), 'new contents')
168
168
# commit in subdirectory commits whole tree
169
169
run_bzr('commit', '-m', 'commit whole tree from subdir')
171
171
eq(v4.get_file_by_path('b/two').read(), 'new contents')
172
172
eq(v4.get_file_by_path('top').read(), 'new contents')