Lines Matching refs:die
92 || die "Creating branch $BRANCHNAME failed."
160 [[ -n "$CHANGELOGENTRY" ]] || die "Empty ChangeLog entry."
193 || die "'git commit -a' failed."
213 git cl dcommit || die "'git cl dcommit' failed, please try again."
220 git svn fetch || die "'git svn fetch' failed."
254 }' > "$COMMITMSG_FILE" || die "Commit message editing failed."
262 || die "Checking out a new branch '$TRUNKBRANCH' failed."
283 -i "$VERSION_FILE" || die "Patching $VERSION_FILE failed."
290 git commit -F "$COMMITMSG_FILE" || die "'git commit' failed."
300 [[ $? -eq 0 ]] || die "Execution canceled."
309 || die "'git svn dcommit' failed."
320 || die "'git svn tag' failed."
334 || die "Workspace is not clean. Please commit or undo your changes."
336 [[ -w "DEPS" ]] || die "DEPS file not present or not writable; \
343 git checkout master || die "'git checkout master' failed."
344 git pull || die "'git pull' failed, please try again."
347 || die "Failed to checkout a new branch."
361 TBR=$REVIEWER" || die "'git commit' failed."
363 || die "'git cl upload' failed, please try again."