Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to reject/delete/close a phabricator patch

I have a patch which I want to close and hide in my project without landing it myself or let others to land it later on. This patch is just obsolete.

Is there any way to close/delete/reject this? I think so, because on their website it says:

You can reject code if you don't like it.

like image 513
DonJuwe Avatar asked Apr 15 '14 12:04

DonJuwe


People also ask

How do I cancel my Phabricator diff?

You can use the "Abandon" option in the "Add Comment" section to close revisions you no longer intend to pursue.

How do I revert Phabricator?

Phabricator is for reviewing code, not for editing it. It is not possible to make arbitrary changes to your repositories from the Phabricator UI. To do that, you need to go back to your client side tools - git revert and arc diff (or if you think a revert does not need reviewing; git push ).

How do you use ARC patches?

apply changes in a revision to the working copy with arc patch. download a patch from Differential with arc export. update Git commit messages after review with arc amend. commit SVN changes with arc commit.

What is ARC land?

We are an owner-operator with a track record of execution that consistently delivers on promises. Arcland specializes in the acquisition of class A self-storage properties in the Washington-Baltimore region.


2 Answers

You can use the "Abandon" option in the "Add Comment" section to close revisions you no longer intend to pursue.

like image 74
Evan Priestley Avatar answered Sep 24 '22 00:09

Evan Priestley


Use the "Abandon" option in the "Add comment" section at the bottom of the page.

like image 29
nichochar Avatar answered Sep 24 '22 00:09

nichochar