2261
2260
builder.build_snapshot([b'C-id', b'B-id'], [], revision_id=b'E-id')
2262
2261
# Have to use a real WT, because BranchBuilder doesn't support exec bit
2263
2262
wt = self.get_wt_from_builder(builder)
2266
2264
tt.set_executability(True, tt.trans_id_tree_path('foo'))
2271
2266
self.assertTrue(wt.is_executable('foo'))
2272
2267
wt.commit('F-id', rev_id=b'F-id')
2273
2268
# Reset to D, so that we can merge F