summaryrefslogtreecommitdiff
path: root/tests.branching/petrify.stdout
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-02-20 14:58:46 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-09-21 10:20:51 +0000
commit2172c4332e8ee26aba28824293faa552867c4d35 (patch)
treef139d17f1d4f7339e47cd2c47ee202573a230f53 /tests.branching/petrify.stdout
parentf4d3cbaf1d6e5c3bdbb1b2e2c18822ecc25c1ac5 (diff)
downloadmorph-2172c4332e8ee26aba28824293faa552867c4d35.tar.gz
Revert "Remove petrify and unpetrify commands"
This reverts commit d63f41dadf5aa96a8d9254d31e92711ee160245e.
Diffstat (limited to 'tests.branching/petrify.stdout')
-rw-r--r--tests.branching/petrify.stdout31
1 files changed, 31 insertions, 0 deletions
diff --git a/tests.branching/petrify.stdout b/tests.branching/petrify.stdout
new file mode 100644
index 00000000..f9f35342
--- /dev/null
+++ b/tests.branching/petrify.stdout
@@ -0,0 +1,31 @@
+Petrified:
+name: hello-stratum
+kind: stratum
+chunks:
+- name: hello
+ repo: test:hello
+ ref: 293fa0b08f0382c63181c36b6efa602876aa8c87
+ unpetrify-ref: master
+ build-depends: []
+ build-mode: test
+- name: goodbye
+ repo: test:goodbye
+ ref: 717c4a523fb5a94ca2f0a61e665fbc2da6a1f6ac
+ unpetrify-ref: test/petrify
+ build-depends: []
+ build-mode: test
+
+Unpetrified:
+name: hello-stratum
+kind: stratum
+chunks:
+- name: hello
+ repo: test:hello
+ ref: master
+ build-depends: []
+ build-mode: test
+- name: goodbye
+ repo: test:goodbye
+ ref: test/petrify
+ build-depends: []
+ build-mode: test