Packages are only shadowed if the InstalledPackageId is *different*
authorSimon Marlow <marlowsd@gmail.com>
Tue, 6 Oct 2009 15:49:40 +0000 (15:49 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 6 Oct 2009 15:49:40 +0000 (15:49 +0000)
If the two InstalledPackageIds are the same, then the packages are
interchangeable and we don't need to explicitly remove one of them.


No differences found