File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1091,7 +1091,6 @@ def command_submit(
10911091 branch_name_template = args .branch_name_template ,
10921092 )
10931093 set_base_branches (st , args .target )
1094- print_stack (st , links = args .hyperlinks )
10951094
10961095 # If the current branch contains commits from the stack, we will need to
10971096 # rebase it in the end since the commits will be modified.
@@ -1114,6 +1113,9 @@ def command_submit(
11141113 # Verify consistency in everything we have so far
11151114 verify (st )
11161115
1116+ # Print stack now that PRs have been created
1117+ print_stack (st , links = args .hyperlinks )
1118+
11171119 # Embed stack-info into commit messages
11181120 log (h ("Updating commit messages with stack metadata" ), level = 2 )
11191121 needs_rebase = False
You can’t perform that action at this time.
0 commit comments