198
198
raise NoCommits(self.other_branch)
199
199
if self.other_rev_id is not None:
200
200
self._cached_trees[self.other_rev_id] = self.other_tree
205
203
def set_other_revision(self, revision_id, other_branch):
206
204
"""Set 'other' based on a branch and revision id