Skip to content

Commit e0bb5dc

Browse files
committed
Add arcconfig to mongo-rocks
Summary: This will enable us to run `arc diff` for mongo-rocks project Test Plan: arc diff! Reviewers: sdong, MarkCallaghan Reviewed By: MarkCallaghan Differential Revision: https://reviews.facebook.net/D37089
1 parent a2a82a7 commit e0bb5dc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.arcconfig

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"project_id" : "mongo-rocks",
3+
"conduit_uri" : "https://reviews.facebook.net/",
4+
"load" : [],
5+
"base" : "git:HEAD^, hg:.^",
6+
"git.default-relative-commit" : "HEAD^",
7+
"git:arc.feature.start.default" : "origin/master",
8+
"arc.feature.start.default" : "master",
9+
"history.immutable" : false
10+
}

0 commit comments

Comments
 (0)