Add a .reviewboardrc file to make using post-review easier.
Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/5485a4c1 Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/5485a4c1 Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/5485a4c1 Branch: refs/heads/3.0.0 Commit: 5485a4c1c12c844ca4738b46f2cce31fd92f0413 Parents: c046574 Author: Andrew Grieve <[email protected]> Authored: Tue May 21 12:38:36 2013 -0400 Committer: Andrew Grieve <[email protected]> Committed: Tue May 21 12:38:47 2013 -0400 ---------------------------------------------------------------------- .reviewboardrc | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-js/blob/5485a4c1/.reviewboardrc ---------------------------------------------------------------------- diff --git a/.reviewboardrc b/.reviewboardrc new file mode 100644 index 0000000..30e9587 --- /dev/null +++ b/.reviewboardrc @@ -0,0 +1,8 @@ +# +# Settings for post-review (used for uploading diffs to reviews.apache.org). +# +GUESS_FIELDS = True +OPEN_BROWSER = True +TARGET_GROUPS = 'cordova' +REVIEWBOARD_URL = 'http://reviews.apache.org' +
