summaryrefslogtreecommitdiff
path: root/tests.branching/tag-creates-commit-and-tag.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'tests.branching/tag-creates-commit-and-tag.stdout')
-rw-r--r--tests.branching/tag-creates-commit-and-tag.stdout59
1 files changed, 59 insertions, 0 deletions
diff --git a/tests.branching/tag-creates-commit-and-tag.stdout b/tests.branching/tag-creates-commit-and-tag.stdout
new file mode 100644
index 00000000..8c36ede3
--- /dev/null
+++ b/tests.branching/tag-creates-commit-and-tag.stdout
@@ -0,0 +1,59 @@
+test:morphs
+tag example-tag
+Tagger: developer <developer@example.com>
+Date: Tue Jul 31 16:51:54 2012 +0000
+
+Message
+
+commit 2f0a16ffe676335e6914f1c6117fc0cbe261eacf
+Author: developer <developer@example.com>
+Date: Tue Jul 31 16:51:54 2012 +0000
+
+ Message
+
+diff --git a/hello-stratum.morph b/hello-stratum.morph
+index 3b7be17..87561c1 100644
+--- a/hello-stratum.morph
++++ b/hello-stratum.morph
+@@ -5,8 +5,9 @@
+ {
+ "name": "hello",
+ "repo": "test:hello",
+- "ref": "master",
+- "build-depends": []
++ "ref": "f4d032b42c0134e67bdf19a43fa99072493667d7",
++ "build-depends": [],
++ "unpetrify-ref": "master"
+ }
+ ]
+ }
+diff --git a/hello-system.morph b/hello-system.morph
+index f3f64b4..d26675d 100644
+--- a/hello-system.morph
++++ b/hello-system.morph
+@@ -8,7 +8,8 @@
+ {
+ "morph": "hello-stratum",
+ "repo": "test:morphs",
+- "ref": "master"
++ "ref": "example-tag",
++ "unpetrify-ref": "master"
+ }
+ ]
+ }
+test:morphs
+commit 2f0a16ffe676335e6914f1c6117fc0cbe261eacf
+Author: developer <developer@example.com>
+AuthorDate: Tue Jul 31 16:51:54 2012 +0000
+Commit: developer <developer@example.com>
+CommitDate: Tue Jul 31 16:51:54 2012 +0000
+
+ Message
+
+commit 48d38ef3f39857d7dba4ed1ffc51653c6bed4906
+Author: developer <developer@example.com>
+AuthorDate: Tue Jul 31 16:51:54 2012 +0000
+Commit: developer <developer@example.com>
+CommitDate: Tue Jul 31 16:51:54 2012 +0000
+
+ initial