We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eeb670 commit 4400ae2Copy full SHA for 4400ae2
1 file changed
test/mergedevbranch
@@ -124,7 +124,7 @@ else
124
die "Could not find a branch matching '$branch'"
125
fi
126
127
-if grep "@$rev $branch" mergelog; then die "Changeset $branch@$rev is already in the merge log"; fi
+if grep "@$rev $branch" mergelog; then note "Changeset $branch@$rev is already in the merge log. Skipping it."; exit 0; fi
128
129
note "Will attempt merge from $branch@$rev"
130
@@ -182,5 +182,6 @@ else
182
echo "To commit it, run this commit command: ../cicmd/commit-$rev-merge.sh"
183
184
185
+echo -e "\n------------------------------------------------------------------------\n\n"
186
187
0 commit comments