GitHub user Leemoonsoo opened a pull request: https://github.com/apache/incubator-zeppelin/pull/513
[ZEPPELIN-484] A small utility to help review the pullrequest. This PR address https://issues.apache.org/jira/browse/ZEPPELIN-484. We've got discussions recently about impasse of pullrequest and speeding up of accepting pullrequest. This small utility can be used when reviewer want to test the pullrequest. Usage is ``` dev/test.py [#PR] ``` for example ``` dev/test.py 500 ``` will create local branch `pr500` and add remote repository of contribution, fetch and merge it for the test. This script will help reduce small bit of time of reviewing. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Leemoonsoo/incubator-zeppelin ZEPPELIN-484 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/513.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #513 ---- commit 39d81bac3f412a65a748ed33f02087b8af8acdbe Author: Lee moon soo <m...@apache.org> Date: 2015-12-04T00:04:12Z Add utility for pr test ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---