Searched refs:codemgr_ws (Results 1 – 1 of 1) sorted by relevance
1863 if [[ -z $codemgr_ws && -n $CODEMGR_WS ]]; then1864 codemgr_ws=$CODEMGR_WS2322 [[ -z $codemgr_ws && -n $testparent ]] && \2323 codemgr_ws=$(hg root -R $testparent 2>/dev/null)2324 [[ -z $codemgr_ws ]] && codemgr_ws=$(hg root 2>/dev/null)2325 CWS=$codemgr_ws2332 [[ -z $codemgr_ws && -n $CODEMGR_WS ]] && \2333 codemgr_ws=$($GIT --git-dir=$CODEMGR_WS/.git rev-parse --git-dir \2335 [[ -z $codemgr_ws ]] && \2336 codemgr_ws=$($GIT rev-parse --git-dir 2>/dev/null)[all …]