aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/Phabricator.rst
AgeCommit message (Collapse)AuthorFilesLines
2016-01-14[docs] Improve the documentation on committing code reviewed onDan Liew1-17/+60
Phabricator to trunk. The previous documentation had a few issues: * It did not make it explicit that code could be committed without using the Arcanist tool and how this should be done. * There was also an implicit assumption on using Subversion rather than git-svn in the example using Arcanist. The documentation now explicitly mentions both cases and details how to commit to trunk in each case. Reviewers: klimek, probinson Subscribers: probinson, nwilson, reames, llvm-commits Differential Revision: http://reviews.llvm.org/D15801 llvm-svn: 257764
2016-01-08How to close a review manually.Paul Robinson1-1/+7
llvm-svn: 257180
2015-12-22Add advice on choosing reviewersPaul Robinson1-1/+19
llvm-svn: 256265
2015-08-06docs: Fix typo in Phabricator.rstReid Kleckner1-1/+1
Summary: Fix a small typo in Phabricator.rst: s/your/you. Reviewers: rnk Subscribers: rnk, llvm-commits Differential Revision: http://reviews.llvm.org/D11585 llvm-svn: 244231
2015-08-05Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner1-1/+1
llvm-svn: 243999
2015-07-28docs: update arcanist linksMartell Malone1-2/+2
Summary: I need a test commit for using arc. This seems like an appropriate commit to use as a test We may want to port this commit back to 3.7 also Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D11527 llvm-svn: 243408
2015-07-01Expand Phabricator docs slightlyScott Douglass1-7/+9
llvm-svn: 241161
2015-05-27Add some more detailed docs about the current state of Phabricator andChandler Carruth1-1/+11
reviwes.llvm.org to help reduce confusion. llvm-svn: 238295
2015-03-31[docs] add cross-referenceScott Douglass1-1/+3
llvm-svn: 233699
2015-03-30Explain how to abandon a review.Paul Robinson1-1/+14
llvm-svn: 233600
2015-01-13Phabricator calls it "subscriber" not "cc"Paul Robinson1-1/+2
llvm-svn: 225747
2014-07-04Phabricator doc: Explicit the fact that the patch needs to be there before ↵Sylvestre Ledru1-0/+1
the commit llvm-svn: 212328
2014-07-02Also document the 'arc commit' commands in the 'Committing a change' section ↵Sylvestre Ledru1-0/+8
of the Phabricator doc llvm-svn: 212184
2014-06-26Changed Phab 'CC' to 'subscriber'; fixed typoSanjay Patel1-3/+3
llvm-svn: 211793
2014-06-25Mention that Phabricator users should subscribe to *-commitsReid Kleckner1-4/+16
This probably explains why a lot of messages get lost for first time Phabricator users. llvm-svn: 211731
2014-05-14Update of the documentation: I think we are now happy with PhabricatorSylvestre Ledru1-2/+1
llvm-svn: 208764
2014-04-07Make docs point to new domain.Manuel Klimek1-3/+3
llvm-svn: 205701
2014-03-10Docs: remove paragraph about manual account creation.Tim Northover1-7/+0
There's now a normal UI for that, apparently. Patch by Manuel Jacob. llvm-svn: 203481
2014-02-11Add a note about using "Differential Revision:" in commit messagesMark Seaborn1-0/+20
I noticed this convention from the commit logs. It seems like it would be useful to document it, to encourage other committers to link back to code reviews in their commits. Differential Revision: http://llvm-reviews.chandlerc.com/D2678 llvm-svn: 201160
2013-11-11Update of the 'Code Review' page. The link is now called 'Create Diff' ↵Sylvestre Ledru1-1/+1
instead of 'Create Revision' llvm-svn: 194378
2013-07-25Phabricator.rst: tiny fixHans Wennborg1-1/+1
llvm-svn: 187164
2013-02-13Update phab docs to clarify how to accept a change.Manuel Klimek1-0/+6
llvm-svn: 175047
2012-11-06docs: use code font for console commands in phabricator manualAlexey Samsonov1-2/+2
llvm-svn: 167459
2012-10-27Clarify that there is an option other than OAuth for Phabricator andChandler Carruth1-4/+10
offer up my email to the spam lords for it. Hopefully this will eventually be more automatic, but we don't want people to think there is only one option. llvm-svn: 166870
2012-10-12docs: Minor clean up of Phabricator documentation.Sean Silva1-7/+5
llvm-svn: 165779
2012-10-11Adds Phabricator documentation. This is a first step that answers many ↵Manuel Klimek1-0/+96
questions we have seen. llvm-svn: 165736