Created
May 26, 2016 10:49
-
-
Save npasserini/5e35f7e4c599850e40d81baf318b1fa2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "See if the monticello registry has misplaced objects (i.e. not MCPackages)" | |
| MCWorkingCopy registry keys collect: #class as: Set. | |
| "Clean the registry" | |
| MCWorkingCopy registry removeKey: | |
| (MCWorkingCopy registry keys detect: [ :key | key class ~= MCPackage ]). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment