|
1. make sure compareSubset links array is pairs of strings (source,dest).
2. factor out the link addition - we recreate all links anyway right
now, and the special case for small name change was wrong anyway (used
{__src,__dst}.name instead of __src,__dst)
|