From 3a8ee82f912399739b44688b0f71b04daa8c5c68 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 20 Sep 2012 17:19:54 +0100 Subject: Add 'morph unpetrify' Tested in the petrify test, to avoid duplication. --- tests.branching/petrify.stdout | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tests.branching/petrify.stdout') diff --git a/tests.branching/petrify.stdout b/tests.branching/petrify.stdout index 4aa2b2ea..249a8f59 100644 --- a/tests.branching/petrify.stdout +++ b/tests.branching/petrify.stdout @@ -1,3 +1,4 @@ +Petrified: { "name": "hello-stratum", "kind": "stratum", @@ -11,3 +12,17 @@ } ] } + +Unpetrified: +{ + "name": "hello-stratum", + "kind": "stratum", + "chunks": [ + { + "name": "hello", + "repo": "baserock:hello", + "ref": "master", + "build-depends": [] + } + ] +} -- cgit v1.2.1