VCS_INFO_tla_detect() { #{{{ VCS_INFO_check_com tla || return 1 vcs_comm[basedir]="$(tla tree-root 2> /dev/null)" && return 0 return 1 }