File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ run_cleanup_fn() {
87
87
exit
88
88
fi
89
89
90
+ bold_echo " Running cleanup.sh"
91
+ sleep .5
90
92
# Cleanup.sh resolves common conflicts.
91
93
./cleanup.sh
92
94
}
@@ -99,13 +101,11 @@ prompt_for_merge_abort() {
99
101
prompt " Do you want to abort this merge?" false
100
102
if [ $prompt_result = false ]
101
103
then
102
- bold_echo " Skipping merge abort ."
104
+ bold_echo " Continuing with merge.. ."
103
105
else
104
106
bold_echo " Running git merge --abort"
105
107
git merge --abort
106
- bold_echo " Current status"
107
- sleep .5
108
- git status
108
+ display_status_fn
109
109
bold_echo " Done"
110
110
exit
111
111
fi
@@ -131,6 +131,7 @@ display_status_fn() {
131
131
# next steps should be.
132
132
finish_fn () {
133
133
prompt_for_merge_abort
134
+ bold_echo " Done. You may need to manually resolve conflicts."
134
135
# Helpful tips about what to do next.
135
136
empty_lines
136
137
sleep .5
You can’t perform that action at this time.
0 commit comments