Skip to content

Commit c02e858

Browse files
author
Paul Robinson
committed
Explain how to abandon a review.
llvm-svn: 233600
1 parent 1ceb0d2 commit c02e858

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

llvm/docs/Phabricator.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,11 @@ Reviewing code with Phabricator
8585
Phabricator allows you to add inline comments as well as overall comments
8686
to a revision. To add an inline comment, select the lines of code you want
8787
to comment on by clicking and dragging the line numbers in the diff pane.
88+
When you have added all your comments, scroll to the bottom of the page and
89+
click the Submit button.
8890

89-
You can add overall comments or submit your comments at the bottom of the page.
91+
You can add overall comments in the text box at the bottom of the page.
92+
When you're done, click the Submit button.
9093

9194
Phabricator has many useful features, for example allowing you to select
9295
diffs between different versions of the patch as it was reviewed in the
@@ -128,6 +131,16 @@ This allows people reading the version history to see the review for
128131
context. This also allows Phabricator to detect the commit, close the
129132
review, and add a link from the review to the commit.
130133

134+
Abandoning a change
135+
-------------------
136+
137+
If you decide you should not commit the patch, you should explicitly abandon
138+
the review so that reviewers don't think it is still open. In the web UI,
139+
scroll to the bottom of the page where normally you would enter an overall
140+
comment. In the drop-down Action list, which defaults to "Comment," you should
141+
select "Abandon Revision" and then enter a comment explaining why. Click the
142+
Submit button to finish closing the review.
143+
131144
Status
132145
------
133146

0 commit comments

Comments
 (0)