2512
2512
mode=self.bzrdir._get_file_mode())
2514
2514
@deprecated_method(deprecated_in((2, 4, 0)))
2516
2515
def set_revision_history(self, rev_history):
2517
2516
"""See Branch.set_revision_history."""
2518
2517
self._set_revision_history(rev_history)
2520
2520
def _set_revision_history(self, rev_history):
2521
2521
if 'evil' in debug.debug_flags:
2522
2522
mutter_callsite(3, "set_revision_history scales with history.")