esrlabs / git-repo

repo - The multiple repository tool (also works on MS Windows!)
https://code.google.com/p/git-repo/
Apache License 2.0
432 stars 145 forks source link

Use Python27 if installed, and quote %~dp0 #54

Open linkdata opened 7 years ago

linkdata commented 7 years ago

Fixed #42 and also prefers a Python 2.7 installation from C:\Python27 by default if one exists. This breaks hacking on repo's Python 3 support using repo.cmd, which I think is reasonable in order to have it work out-of-the-box for more people.