@@ -85,8 +85,11 @@ Reviewing code with Phabricator
85
85
Phabricator allows you to add inline comments as well as overall comments
86
86
to a revision. To add an inline comment, select the lines of code you want
87
87
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.
88
90
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.
90
93
91
94
Phabricator has many useful features, for example allowing you to select
92
95
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
128
131
context. This also allows Phabricator to detect the commit, close the
129
132
review, and add a link from the review to the commit.
130
133
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
+
131
144
Status
132
145
------
133
146
0 commit comments