Home
last modified time | relevance | path

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

/titanic_52/usr/src/tools/scripts/
H A Dnightly1442 typeset scm_type junk
1445 | read scm_type junk
1446 if [[ -z "$scm_type" || "$scm_type" == unknown ]]; then
1449 scm_type="mercurial"
1453 scm_type="mercurial"
1455 scm_type="none"
1460 case "$scm_type" in
1463 *) scm_type=none
1467 echo $scm_type
[all...]