RemoveDuplicates triggers HasChanges

When I add RemoveDuplicates to Manager.Find, the Manager.HasChanges resturns true, regardless of actual changes to the data.

HasChanges should return true, when data is changed, only.

Silly me, sorry. HasChanges does what it should. I got confused by the cache holding changed entities.