DescriptionReturn unicode commit hashes in checkout.GitCheckout.
The motivation for this CL is:
When a project is turned on to use GitCheckout with try job verifiers, then the CQ crashes because of line 64 in http://src.chromium.org/viewvc/chrome/trunk/tools/commit-queue/pending_manager.py
This is because revision can only be one of (None, int, unicode). This crash only happens when try jobs are used (which is why I did not see it before).
This CL changes the return type to be unicode instead of string.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=226743
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Messages
Total messages: 9 (0 generated)
|