128
128
self.n_history = branch.revision_history()
129
130
self.distances = node_distances(self.descendants, self.ancestors,
131
132
if other_branch is not None:
132
133
self.base = select_farthest(self.distances, self.common)
133
134
self.m_history = other_branch.revision_history()
134
136
new_graph = getattr(branch.repository, 'get_graph', lambda: None)()