2013-05-22 00:32:49 +08:00
|
|
|
#
|
|
|
|
# Settings for post-review (used for uploading diffs to reviews.apache.org).
|
|
|
|
#
|
|
|
|
GUESS_FIELDS = True
|
|
|
|
OPEN_BROWSER = True
|
|
|
|
TARGET_GROUPS = 'cordova'
|
2020-04-15 11:40:59 +08:00
|
|
|
REVIEWBOARD_URL = 'https://reviews.apache.org'
|
2013-05-22 00:32:49 +08:00
|
|
|
|