Commits

Daniel Dunbar committed 48101cb0c44
[Commands] Don't blow away modified Packages. - This adds a limited safety check that we don't let the current update workflow remove any modified repositories under `Packages`. It doesn't detect modifications to untracked files, but it should catch most cases. - Will add test coverage for this in the swift-integration-tests repo.