status = self._library._merge(other._changectx.node())
if status.isclean():
self._library._commit(user=user, message=message)
status = self._library._merge(other._changectx.node())
if status.isclean():
self._library._commit(user=user, message=message)