Add description

This commit is contained in:
Lee moon soo 2015-12-10 05:01:16 +09:00
parent e8a0e8ea66
commit 76f0ddf862

View file

@ -15,6 +15,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# This utility creates a local branch from specified pullrequest, to help the test and review
# You'll need to run this utility from master branch with command
#
# dev/test_zeppelin_pr.py [#PR]
#
# then pr[#PR] branch will be created.
#
import sys, os, subprocess
import json, urllib