summaryrefslogtreecommitdiff
path: root/tests.branching/petrify.stdout
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-08-16 10:55:05 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-08-16 10:55:05 +0000
commit0a5ef89e107c22a5d1931838526fe3b22af42b95 (patch)
treea718c4093c41d50407893b6b485a2396c4eaf183 /tests.branching/petrify.stdout
parent087fa4c8ea29d722e1cf5ab3a5509fc9c482796b (diff)
parente808380a723383f18cf5643b9b813e9f86520e9c (diff)
downloadmorph-0a5ef89e107c22a5d1931838526fe3b22af42b95.tar.gz
Merge branch 'liw/refactor-edit-v2'
Reviewed-by: Richard Maw Reviewed-by: Daniel Silverstone
Diffstat (limited to 'tests.branching/petrify.stdout')
-rw-r--r--tests.branching/petrify.stdout70
1 files changed, 32 insertions, 38 deletions
diff --git a/tests.branching/petrify.stdout b/tests.branching/petrify.stdout
index acc08f68..96c73f43 100644
--- a/tests.branching/petrify.stdout
+++ b/tests.branching/petrify.stdout
@@ -1,41 +1,35 @@
Petrified:
-{
- "name": "hello-stratum",
- "kind": "stratum",
- "chunks": [
- {
- "name": "hello",
- "repo": "test:hello",
- "ref": "f4d032b42c0134e67bdf19a43fa99072493667d7",
- "build-depends": [],
- "unpetrify-ref": "master"
- },
- {
- "name": "goodbye",
- "repo": "test:goodbye",
- "ref": "f4730636e429149bb923fa16be3aa9802d484b23",
- "build-depends": [],
- "unpetrify-ref": "test/petrify"
- }
- ]
-}
+build-depends: []
+chunks:
+- build-depends: []
+ morph: hello
+ name: hello
+ ref: 6c7ddb7a9c0c5bf4ee02a8de030f0892a399c6bb
+ repo: test:hello
+ unpetrify-ref: master
+- build-depends: []
+ morph: goodbye
+ name: goodbye
+ ref: d34c96a9f07c2efd1faabc3b44f77c25580a276e
+ repo: test:goodbye
+ unpetrify-ref: test/petrify
+description: ''
+kind: stratum
+name: hello-stratum
Unpetrified:
-{
- "name": "hello-stratum",
- "kind": "stratum",
- "chunks": [
- {
- "name": "hello",
- "repo": "test:hello",
- "ref": "master",
- "build-depends": []
- },
- {
- "name": "goodbye",
- "repo": "test:goodbye",
- "ref": "test/petrify",
- "build-depends": []
- }
- ]
-}
+build-depends: []
+chunks:
+- build-depends: []
+ morph: hello
+ name: hello
+ ref: master
+ repo: test:hello
+- build-depends: []
+ morph: goodbye
+ name: goodbye
+ ref: test/petrify
+ repo: test:goodbye
+description: ''
+kind: stratum
+name: hello-stratum