280
280
def disableOptimisticGetParentMap(self):
281
281
# Tweak some class variables to stop remote get_parent_map calls asking
282
282
# for or receiving more data than the caller asked for.
284
283
inter_class = repository.InterRepository
286
285
inter_class._walk_to_common_revisions_batch_size = 1
287
288
SmartServerRepositoryGetParentMap.no_extra_results = True
294
291
class TestPushHook(TestCaseWithInterBranch):