Displaying 1 result from an estimated 1 matches for "replace_with_phabricator_api_token".
2019 Mar 02
2
Getting the commit message from Phabricator
...ability to give you this commit message it would have
used, even if you do not use arc to perform the commit/land
This small script (attached) uses arc, jq and sed (but it can be
relatively easily changed to use curl instead of arc)
You need to provide your own conduit api token in place of
<replace_with_phabricator_api_token>
You can get one of these from you Profile->Setting->Conduit API Tokens in
the top right hand corner of Phabricator https://reviews.llvm.org
----------------------------
get_commit_message.sh
----------------------------
echo '{ "revision_id": '${1:1}' }' | arc...