Compare

Select commits

{#if commits.length < 2}
At least two commits are needed to compare.
{:else}
{#if compareFrom && compareTo && compareFrom === compareTo}
Select two different commits to compare.
{:else}
Pick two commits and run a comparison.
{/if} {/if}