252
258
trees = (self.this_basis_tree, self.other_tree)
253
259
return [get_id(tree, file_id) for tree in trees]
255
262
def check_basis(self, check_clean, require_commits=True):
256
263
if self.this_basis is None and require_commits is True:
257
264
raise errors.BzrCommandError(