-
-
/trunk/reviewboard/contrib/tools/post-review (Diff revision 1) I'm not sure we want to enforce a trailing slash. Repository paths are not necessarily always going to be directories.
-
/trunk/reviewboard/contrib/tools/post-review (Diff revision 1) We could still combine these into one path. review_url = urljoin(server.url, "r/%s" % review_request['id'])
make post-review able to handle customized reviewboard URL namespaces
Review Request #360 — Created April 16, 2008 and submitted
Information | |
---|---|
edgimar | |
Review Board SVN (deprecated) | |
457 | |
Reviewers | |
reviewboard | |
This patch allows the post-review tool to work in cases where the reviewboard URL contains a prefix (e.g. http://my.server.com/reviewboard/...). I also cleaned up / added some documentation to the script.
Diffs were successfully posted to a 'prefixed' server path with it, as well as to this server.