Index: stable/10/.arcconfig =================================================================== --- stable/10/.arcconfig (nonexistent) +++ stable/10/.arcconfig (revision 292879) @@ -0,0 +1,6 @@ +{ + "project.name": "S", + "repository.callsign" : "S", + "phabricator.uri" : "https://reviews.freebsd.org/", + "history.immutable" : true +} Property changes on: stable/10/.arcconfig ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: stable/10/.arclint =================================================================== --- stable/10/.arclint (nonexistent) +++ stable/10/.arclint (revision 292879) @@ -0,0 +1,25 @@ +{ + "exclude": "(contrib|crypto)", + "linters": { + "python": { + "type": "pep8", + "include": "(\\.py$)" + }, + "spelling": { + "type": "spelling" + }, + "chmod": { + "type": "chmod" + }, + "merge-conflict": { + "type": "merge-conflict" + }, + "filename": { + "type": "filename" + }, + "json": { + "type": "json", + "include": "(\\.arclint|\\.json$)" + } + } +} Property changes on: stable/10/.arclint ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: stable/10 =================================================================== --- stable/10 (revision 292878) +++ stable/10 (revision 292879) Property changes on: stable/10 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r265842,266120-266121,266959,267148,269985,281789,282261,285064