X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FPhabricator.rst;h=c428f416bff17419603a94d336a466bd98147e0d;hb=742e43f807a528e5906a8eec67509baf9ae15bff;hp=efab10cd13a5d6bdf836c59aa8b5151b055c5da8;hpb=f1dd49412931c1da28712c44f97d9203aeceba88;p=oota-llvm.git diff --git a/docs/Phabricator.rst b/docs/Phabricator.rst index efab10cd13a..c428f416bff 100644 --- a/docs/Phabricator.rst +++ b/docs/Phabricator.rst @@ -56,7 +56,7 @@ to upload your patch): To upload a new patch: * Click *Differential*. -* Click *Create Revision*. +* Click *Create Diff*. * Paste the text diff or upload the patch file. Note that TODO * Leave the drop down on *Create a new Revision...* and click *Continue*. @@ -68,7 +68,7 @@ To upload a new patch: To submit an updated patch: * Click *Differential*. -* Click *Create Revision*. +* Click *Create Diff*. * Paste the updated diff. * Select the review you want to from the *Attach To* dropdown and click *Continue*. @@ -94,6 +94,26 @@ when a review changes state, for example by clicking "Accept Revision" in the web interface. Thus, please type LGTM into the comment box to accept a change from Phabricator. +Committing a change +------------------- + +When committing an LLVM change that has been reviewed using +Phabricator, the convention is for the commit message to end with the +line: + +:: + + Differential Revision: + +where ```` is the URL for the code review, starting with +``http://llvm-reviews.chandlerc.com/``. + +Note that Arcanist will add this automatically. + +This allows people reading the version history to see the review for +context. This also allows Phabricator to detect the commit, close the +review, and add a link from the review to the commit. + Status ------