Lines Matching refs:SCM_MODE
2231 if [[ $SCM_MODE == "git" ]]; then
2233 elif [[ $SCM_MODE == "subversion" ]]; then
2235 elif [[ $SCM_MODE == "unknown" ]]; then
2429 $WHICH_SCM | read SCM_MODE junk || exit 1
2431 if [[ $SCM_MODE == "git" ]]; then
2444 elif [[ $SCM_MODE == "subversion" ]]; then
2526 case "$SCM_MODE" in
2538 print -u2 "Unsupported SCM in use ($SCM_MODE) and file list not specified"
2544 print -u2 " SCM detected: $SCM_MODE"
2586 if [[ $SCM_MODE == "git" ]]; then
2692 elif [[ $SCM_MODE == "subversion" ]]; then
2704 if [[ $SCM_MODE == "unknown" ]]; then
2707 print -u2 " Unsupported SCM in use: $SCM_MODE"
3287 if [[ "$SCM_MODE" == git ]]; then
3511 if [[ $SCM_MODE == "unknown" ]]; then