Сравнение ревизий Выберите ID двух ревизий для сравнения
{#if diffData}
+ Добавлено ({addedSorted.length})
{#if addedSorted.length === 0}

Нет изменений

{:else} {#each addedSorted as line, i (`a-${i}-${line}`)} {/each}
{i + 1} {line}
{/if}
Удалено ({removedSorted.length})
{#if removedSorted.length === 0}

Нет изменений

{:else} {#each removedSorted as line, i (`r-${i}-${line}`)} {/each}
{i + 1} {line}
{/if}
{/if}