We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb7487 commit 83d18b5Copy full SHA for 83d18b5
testdata/script/stack_submit_with_assignees.txt
@@ -36,7 +36,9 @@ git config spice.submit.assignees spice
36
# submit the entire stack from the middle.
37
git checkout feature1
38
gs stack submit --fill --assign alex --assign beatrice,cameron
39
-cmpenv stderr $WORK/golden/submit-log.txt
+stderr 'Created #1'
40
+stderr 'Created #2'
41
+stderr 'Created #3'
42
43
shamhub dump changes
44
cmpenvJSON stdout $WORK/golden/start.json
@@ -61,10 +63,6 @@ This is feature 2
61
63
-- repo/feature3.txt --
62
64
This is feature 3
65
--- golden/submit-log.txt --
-INF Created #1: $SHAMHUB_URL/alice/example/change/1
66
-INF Created #2: $SHAMHUB_URL/alice/example/change/2
67
-INF Created #3: $SHAMHUB_URL/alice/example/change/3
68
-- golden/start.json --
69
[
70
{
0 commit comments