205
205
if other_branch.base != self.this_branch.base:
206
206
self.this_branch.fetch(other_branch, last_revision=self.other_basis)
208
211
def set_base(self, base_revision):
209
212
mutter("doing merge() with no base_revision specified")
210
213
if base_revision == [None, None]: