-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Print git revision and branch in bootstrap.py instead of mercurial #2410
Conversation
@Nodd, this one failed, according to travis |
Forgot about python3 compatibility... Travis is really useful ! 😄 |
Now Travis is happy ! |
Getting the current git branch is not working in Python 3 (or at least is not shown after running The branch I'm working on is |
It should work now, and the code is clearer too. |
Have you tested this PR on Windows? If not, could you do it to see if there are no problems there? |
I tested on windows, seems to be working fine |
Great, thanks @goanpeca. Merging then ;-) |
Print git revision and branch in bootstrap.py instead of mercurial
bootstrap.py still searched for a mercurial revision number. Now it uses git.
I added the search for the branch name.