blob: 144248623b54295114b037462099ecc10be2605d (
plain)
1
2
3
4
5
6
7
8
9
|
# the whole file must be valid python code
# for detail documentation, see http://www.reviewboard.org/docs/manual/dev/users/tools/post-review/
REVIEWBOARD_URL = "https://git.reviewboard.kde.org"
TARGET_GROUPS = "dolphin"
REPOSITORY = "dolphin"
GUESS_FIELDS = True
OPEN_BROWSER = True
|