arc diff
rejects the commit if no test plan is specified. Is there any way to disable this feature?
Asked
Active
Viewed 1,970 times
8

user3105055
- 94
- 2
1 Answers
18
Set differential.show-test-plan-field
or differential.require-test-plan-field
in your configuration.

Evan Priestley
- 3,287
- 23
- 16
-
5This is done on the server: cd /path/to/phabricator && bin/config set differential.require-test-plan-field false – alberto56 Dec 02 '14 at 20:39