Wiki page arcanist-guide.md changed with summary [] by Xavi Artigas

This commit is contained in:
Xavi Artigas 2018-04-25 03:31:36 -07:00 committed by apache
parent f2fff587a5
commit bb33e48216
1 changed files with 13 additions and 0 deletions

View File

@ -75,6 +75,19 @@ To submit a review request to Phabricator for your patch use the Arcanist comman
arc diff
```
> **NOTE**:
> If ``arc`` cannot automatically detect the starting commit for your changes, it might complain with:
>
> ```
> Usage Exception: No changes found. (Did you specify the wrong commit range?)
> ```
>
> In this case, provide the starting commit or commit range. For example, to send the last commit:
>
> ```
> arc diff HEAD^
> ```
``arc`` will return a URL for your request. Share this URL with the developers you would like to review your patch. Phabricator will send you emails to chart the progress of the review, while the web interface will show you the status of your patch.
Phabricator's workflow differs from that of [GitHub](https://github.com/) or [Gerrit](https://www.gerritcodereview.com/) and is more fully explained in the post [Write, Review, Merge, Publish: Phabricator Review Workflow](https://secure.phabricator.com/phame/post/view/766/write_review_merge_publish_phabricator_review_workflow/).