summaryrefslogtreecommitdiff
path: root/tests.branching/edit-updates-stratum-build-depends.stdout
blob: 00010f17b0ecb9cbe52c49a83a74a5895ba6bafb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
diff --git a/hello-stratum.morph b/hello-stratum.morph
index 3b7be17..febfa60 100644
--- a/hello-stratum.morph
+++ b/hello-stratum.morph
@@ -5,7 +5,7 @@
         {
             "name": "hello",
             "repo": "test:hello",
-            "ref": "master",
+            "ref": "newbranch",
             "build-depends": []
         }
     ]
diff --git a/hello-system.morph b/hello-system.morph
index 87a47f0..75b0f90 100644
--- a/hello-system.morph
+++ b/hello-system.morph
@@ -8,12 +8,12 @@
         {
             "morph": "hello-stratum",
             "repo": "test:morphs",
-            "ref": "master"
-         },
-         {
+            "ref": "newbranch"
+        },
+        {
             "morph": "xyzzy-stratum",
             "repo": "test:morphs",
-            "ref": "master"
-         }
+            "ref": "newbranch"
+        }
     ]
 }
diff --git a/xyzzy-stratum.morph b/xyzzy-stratum.morph
index 8f83beb..e0a895a 100644
--- a/xyzzy-stratum.morph
+++ b/xyzzy-stratum.morph
@@ -5,7 +5,7 @@
         {
             "morph": "hello-stratum",
             "repo": "test:morphs",
-            "ref": "master"
+            "ref": "newbranch"
         }
     ],
     "chunks": [