Skip to content

Commit 9a1dfe4

Browse files
Cleanup
1 parent f13b158 commit 9a1dfe4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pull_from_blockly.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ run_cleanup_fn() {
8787
exit
8888
fi
8989

90+
bold_echo "Running cleanup.sh"
91+
sleep .5
9092
# Cleanup.sh resolves common conflicts.
9193
./cleanup.sh
9294
}
@@ -99,13 +101,11 @@ prompt_for_merge_abort() {
99101
prompt "Do you want to abort this merge?" false
100102
if [ $prompt_result = false ]
101103
then
102-
bold_echo "Skipping merge abort."
104+
bold_echo "Continuing with merge..."
103105
else
104106
bold_echo "Running git merge --abort"
105107
git merge --abort
106-
bold_echo "Current status"
107-
sleep .5
108-
git status
108+
display_status_fn
109109
bold_echo "Done"
110110
exit
111111
fi
@@ -131,6 +131,7 @@ display_status_fn() {
131131
# next steps should be.
132132
finish_fn() {
133133
prompt_for_merge_abort
134+
bold_echo "Done. You may need to manually resolve conflicts."
134135
# Helpful tips about what to do next.
135136
empty_lines
136137
sleep .5

0 commit comments

Comments
 (0)