Skip to content

fix: replace the default rev selection to include all the ancestors of the current commit

Simon Chabot requested to merge topic/default/fix-revset into branch/default

Previously we selected all the commit between the last tag and the current commit, but the last tag was not necessarily an ancestor of the current commit. Therefore a lot of commit were missing.

Merge request reports