I'm the sole developer on a project that needs to be code reviewed using Phabricator. I've been using Git the whole time and everything is checked in and pushed.
I want to do the reviews one module at a time, reviewing the entire project would be too much. But I can't figure out how to do this. A few years ago I recall I did some updates on a project that did not use Git and I did the 'arc diff's using the output of a diff, but I can't seem to get that to work.
arc diff --only --raw-command "diff -u empty.c process_adc.c"
But that returns "Error #1".
I also recall that when I did an
'arc diff' I would always do it with '--preview' so I could look at the result before I sent it on to a review, but that does not seem to work anymore and some site said that '--only' is the same.
So, some points:
- The code-change is from nothing to something.
- all the code is checked in and pushed
- I want to review 1 file (c and h) at a time
I did find the instructions on how to install arcanist and that seems to be working well. I have also installed the certificate.