Skip to content

Retain diffStat of changeset specs when turned into changesets

Warren Gifford requested to merge es/retain-diff-stat-unpublished into main

Created by: eseliger

Before we didn't and that lead to changesets in unpublished state have no diff stat, as SetDerivedState is never called. This fixes it and retains the calculated value from the changeset spec. It cannot change as we just copy over the diff from the spec, so it's safe.

Merge request reports

Loading