Added signature for changeset
288de6f5d724
Added tag 6.2rc0 for changeset
288de6f5d724
Added signature for changeset
0cc5f74ff7f0
Added tag 6.1.4 for changeset
0cc5f74ff7f0
sparse: use the rust code even when sparse is present
With rust supporting more matcher types, we can now take this route in the
sparse case too.
sparse: directly inline the `set_tracked` and `copy` wrapping
core is already aware of sparse, so lets move the handful of line of code that
deal with this for the sake of simplicity and explicitness.
spares: clarify some test about merging copies
This new output clarify the important part out this merging : we want to be able to record the copy source even it is outside of the sparse profile.