Arc is great in that it lets you specify the list of reviewers and ccs in the diff submittal process. But if a team has a consistent set of developers, typical of a company setting, it is a burden to retype each developer ID in for each review. Requested change is for arc to support setting a default list of reviewers and ccs in the .arcconfig file.
Description
Description
Event Timeline
Comment Actions
Proposed changes would be to the files
src/configuration/ArcanistSettings.php
src/workflow/ArcanistDiffWorkflow.php
src/workingcopyidentity/ArcanistWorkingCopyIdentity.php
Comment Actions
Can you provide a demonstration of the proper syntax? I did try several forms of passing in reviewers on the command line and "arc" didn't like the format.
Otherwise, yes I was going to have our team create an alias for diff.
Comment Actions
I am not a command-line master, but I did get this to trigger:
arc diff --reviewers 'epriestley, btrahan'