DescriptionAllow setting arbitrary 'git cl try' properties with buildbucket.
This allows calling 'git cl try' with properties. Each
property is set with the option -p key=value, where value
will be treated as json if possible or as string.
Examples for -p and pitfalls:
key=string -> 'string'
key=1 -> 1
key=[1,2,3] -> [1,2,3]
key=["one","two","three"] -> '[one,two,three]'
'key=["one","two","three"]' -> ['one','two','three']
BUG=488235
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=296683
Patch Set 1 #Patch Set 2 : Use json #
Total comments: 9
Patch Set 3 : Review #Messages
Total messages: 12 (3 generated)
|