summaryrefslogtreecommitdiff
path: root/tests.branching/edit-updates-stratum.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'tests.branching/edit-updates-stratum.stdout')
-rw-r--r--tests.branching/edit-updates-stratum.stdout22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests.branching/edit-updates-stratum.stdout b/tests.branching/edit-updates-stratum.stdout
new file mode 100644
index 00000000..7dd3a8e2
--- /dev/null
+++ b/tests.branching/edit-updates-stratum.stdout
@@ -0,0 +1,22 @@
+diff --git a/hello-stratum.morph b/hello-stratum.morph
+index d7c0afe..af63df7 100644
+--- a/hello-stratum.morph
++++ b/hello-stratum.morph
+@@ -1,10 +1,13 @@
+ {
+- "name": "hello-stratum",
+- "kind": "stratum",
++ "build-system": "manual",
++ "kind": "stratum",
++ "name": "hello-stratum",
+ "sources": [
+ {
+- "name": "hello",
+- "ref": "master",
++ "build-depends": null,
++ "morph": "hello",
++ "name": "hello",
++ "ref": "newbranch",
+ "repo": "baserock:hello"
+ }
+ ]