267
267
self.assertFalse(local.is_locked())
269
269
hpss_call_names = [item.call.method for item in self.hpss_calls]
272
273
calls_after_insert_stream = hpss_call_names[insert_stream_idx:]
273
274
# After inserting the stream the client has no reason to query the
274
275
# remote graph any further.
276
['Repository.insert_stream', 'Repository.insert_stream', 'get',
278
'get', 'Branch.set_last_revision_info', 'Branch.unlock'],
278
279
calls_after_insert_stream)
280
281
def disableOptimisticGetParentMap(self):