Make clone actually fallback to import instead of just importing.
After a hint from Claus, I've noticed that clone
imports the repository if it is already present, but does not go through the import
method and therefore, among others, does not handle URLs correctly. This should change that.