replay_writes(
self,
writes: Sequence[PendingWrite],
) -> NoneApply ancestor writes oldest-to-newest via a single reducer call.
If any write is an Overwrite, the last one in the sequence acts as the reset point: its value becomes the new base and only writes after it are passed to the reducer.