Skip to content

Commit

Permalink
Add case for a three-way conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Nov 25, 2014
1 parent 73707e1 commit b599277
Show file tree
Hide file tree
Showing 2 changed files with 411 additions and 0 deletions.
46 changes: 46 additions & 0 deletions case/three_way_conflict.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"name": "resolves a three-way conflict index",
"index": "three_way_conflict",
"requested": {
"AFAmazonS3Client": "",
"CargoBay": "",
"AFOAuth2Client": ""
},
"base": [],
"resolved": [
{
"name": "AFAmazonS3Client",
"version": "1.0.1",
"dependencies": [
{
"name": "AFNetworking",
"version": "1.3.4",
"dependencies": []
}
]
},
{
"name": "CargoBay",
"version": "1.0.0",
"dependencies": [
{
"name": "AFNetworking",
"version": "1.3.4",
"dependencies": []
}
]
},
{
"name": "AFOAuth2Client",
"version": "0.1.2",
"dependencies": [
{
"name": "AFNetworking",
"version": "1.3.4",
"dependencies": []
}
]
}
],
"conflicts": []
}
Loading

0 comments on commit b599277

Please sign in to comment.