Metacello / metacello

Metacello is a package management system for Smalltalk
MIT License
87 stars 43 forks source link

Fix for Issue 385 #386

Closed dalehenrich closed 8 years ago

dalehenrich commented 8 years ago

Significant reduction in github api hits when a repo is locked to a local clone by simply detecting that a simple difference in repository type (github, http, filter, etc.) signifies that a conflict is present in MetacelloRepositorySpec>>hasNoLoadConflicts:.

fixes issue #385