Searched refs:BRINGOVER_WS (Results 1 – 2 of 2) sorted by relevance
839 if [ "$BRINGOVER_WS" = "" ]; then840 BRINGOVER_WS=$CLONE_WS1426 CODEMGR_WS="$BRINGOVER_WS" "$WHICH_SCM" 2>/dev/null \1430 if [[ $BRINGOVER_WS == ssh://* ]]; then1432 elif [[ $BRINGOVER_WS == http://* ]] && \1433 wget -q -O- --save-headers "$BRINGOVER_WS/?cmd=heads" | \1544 staffer echo "default=$BRINGOVER_WS" >> $CODEMGR_WS/.hg/hgrc1592 typeset HG_SOURCE=$BRINGOVER_WS1596 -v $BRINGOVER_WS > $TMPDIR/incoming_open.out1606 HG_SOURCE=$BRINGOVER_WS[all …]
34 # BRINGOVER_WS may be specified in the env file.835 # If BRINGOVER_WS was not specified, let it default to CLONE_WS837 if [ "$BRINGOVER_WS" = "" ]; then838 BRINGOVER_WS=$CLONE_WS1436 CODEMGR_WS="$BRINGOVER_WS" "$WHICH_SCM" 2>/dev/null \1439 # Probe BRINGOVER_WS to determine its type1440 if [[ $BRINGOVER_WS == ssh://* ]]; then1442 elif [[ $BRINGOVER_WS == http://* ]] && \1443 wget -q -O- --save-headers "$BRINGOVER_WS/?cmd=heads" | \1462 # Echo the SCM types of $CODEMGR_WS and $BRINGOVER_WS[all...]