X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FPhabricator.rst;h=efab10cd13a5d6bdf836c59aa8b5151b055c5da8;hb=1b0dc64919e947bb4f4677b138c734e33061f7c4;hp=13ef9eddd3238f243ecd069014005a68d1683542;hpb=d62fd65e721c5ea144c11ea0c5b7e4ca44e4931d;p=oota-llvm.git diff --git a/docs/Phabricator.rst b/docs/Phabricator.rst index 13ef9eddd32..efab10cd13a 100644 --- a/docs/Phabricator.rst +++ b/docs/Phabricator.rst @@ -50,8 +50,8 @@ reviewer understand your code. To get a full diff, use one of the following commands (or just use Arcanist to upload your patch): -* git diff -U999999 other-branch -* svn diff --diff-cmd=diff -x -U999999 +* ``git diff -U999999 other-branch`` +* ``svn diff --diff-cmd=diff -x -U999999`` To upload a new patch: @@ -88,6 +88,12 @@ diffs between different versions of the patch as it was reviewed in the *Revision Update History*. Most features are self descriptive - explore, and if you have a question, drop by on #llvm in IRC to get help. +Note that as e-mail is the system of reference for code reviews, and some +people prefer it over a web interface, we do not generate automated mail +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. + Status ------