Author: ngie Date: Fri Jan 11 22:18:48 2019 New Revision: 342951 URL: https://svnweb.freebsd.org/changeset/base/342951
Log: Copy ^/head/.arcconfig to ^/vendor/.arcconfig Having a copy of .arcconfig in ^/vendor will allow developers to submit reviews more easily and in a manner consistent to submitting diffs (out of the box) via `arc diff` in `^/head`. This change eliminates the need for setting these values [globally] via `arc set-config`. Approved by: jtl (mentor) Differential Revision: https://reviews.freebsd.org/D18621 Added: - copied unchanged from r342281, head/.arcconfig Directory Properties: vendor/.arcconfig (props changed) Copied: vendor/.arcconfig (from r342281, head/.arcconfig) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ vendor/.arcconfig Fri Jan 11 22:18:48 2019 (r342951, copy of r342281, head/.arcconfig) @@ -0,0 +1,4 @@ +{ + "phabricator.uri" : "https://reviews.freebsd.org/", + "history.immutable" : true +} _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
