Lines Matching refs:BRINGOVER_WS
722 if [ "$BRINGOVER_WS" = "" ]; then
723 BRINGOVER_WS=$CLONE_WS
933 CODEMGR_WS="$BRINGOVER_WS" "$WHICH_SCM" 2>/dev/null \
937 case "$BRINGOVER_WS" in
1008 if [ -d "${BRINGOVER_WS}" ]; then
1009 …REF_WS="--reference-if-able $(git -C ${BRINGOVER_WS} rev-parse --path-format=absolute --git-common…
1016 ${BRINGOVER_WS} ${CODEMGR_WS}
1430 if [ -d "$BRINGOVER_WS" ]; then
1431 BRINGOVER_BRANCH=$(cd "${BRINGOVER_WS}"; git rev-parse --abbrev-ref HEAD)
1433 … printf "%s: can't determine BRINGOVER_BRANCH from repo in 'detached HEAD' state\n" "$BRINGOVER_WS"
1438 printf "%s: can't determine BRINGOVER_BRANCH\n" "$BRINGOVER_WS"
1444 staffer git remote set-url ${BRINGOVER_REMOTE} ${BRINGOVER_WS} &&
1470 staffer echo "default=$BRINGOVER_WS" >> $CODEMGR_WS/.hg/hgrc
1518 typeset HG_SOURCE=$BRINGOVER_WS
1522 -v $BRINGOVER_WS > $TMPDIR/incoming_open.out
1532 HG_SOURCE=$BRINGOVER_WS
1584 echo "Couldn't figure out what kind of SCM to use for $BRINGOVER_WS."