Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you arc diff with group as reviewer?

we are a lot of people at work and sometimes I just don't remember the user names of all of them, we are all in the same group and I would like to know if it's possible to run something like:

arc diff --reviewers Developers

Assuming that Developers is a group that holds all the users that are developers.

I tried this command with no success, is there any other flag that can achieve this?

Thank you very much.

like image 247
Gori Avatar asked Feb 07 '23 05:02

Gori


1 Answers

Developers should be listed a Project in Phabricator. If you go to that Project you will see a hashtag for it (probably #developers). if you use that, you should be able to use that. I have always edited that field in the template and that has always worked for me. Commandline may react differently, but shouldn't.

Your new command should be arc diff --reviewers #developers

like image 176
CEPA Avatar answered Mar 24 '23 05:03

CEPA