diff --git .reviewboardrc .reviewboardrc new file mode 100644 index 0000000..d162339 --- /dev/null +++ .reviewboardrc @@ -0,0 +1,16 @@ +# This file makes it easier to post review requests to ReviewBoard. +# Assuming you already have RBTools installed you can post a review +# request with the following command: +# +# % rbt post +# +# The RBTools docs (including installation instructions) are located here: +# http://www.reviewboard.org/docs/rbtools +# +# Note: This may not work correctly if $HOME/.reviewboardrc exists. + +REPOSITORY='hive-git' +REVIEWBOARD_URL='https://reviews.apache.org' +TRACKING_BRANCH='origin/trunk' +TARGET_GROUPS='hive' +GUESS_FIELDS='true'