Home
last modified time | relevance | path

Searched refs:codemgr_ws (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/tools/scripts/
H A Dwebrev.sh1863 if [[ -z $codemgr_ws && -n $CODEMGR_WS ]]; then
1864 codemgr_ws=$CODEMGR_WS
2322 [[ -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_ws
2332 [[ -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 …]