275
275
def disableOptimisticGetParentMap(self):
276
276
# Tweak some class variables to stop remote get_parent_map calls asking
277
277
# for or receiving more data than the caller asked for.
279
278
inter_class = repository.InterRepository
281
280
inter_class._walk_to_common_revisions_batch_size = 1
282
283
SmartServerRepositoryGetParentMap.no_extra_results = True
289
286
class TestPushHook(TestCaseWithBranch):