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