SZW5SOJLAU437PAZJJ7TJX7STN57G5LTR3NGCC4AGOYN2JYXCEZQC setopt localoptions NO_shwordsplitlocal action branch base staged unstaged revision misclocal linebranch="(unknown)"while read line; doif [[ $line =~ "\* "* ]]; thenbranch="${line#\* }"breakfidone < <(${vcs_comm[cmd]} channel)while read line; doif [[ "$line" =~ "State: "* ]]; thenrevision="${line#State: }"breakfidone < <(${vcs_comm[cmd]} log --state --limit 1)VCS_INFO_formats "${action}" "${branch}" "${base}" "${staged}" "${unstaged}" "${revision}" "${misc}"
setopt localoptions NO_shwordsplit[[ "$1" == '--flavours' ]] && return 1VCS_INFO_check_com ${vcs_comm[cmd]} || return 1vcs_comm[detect_need_file]=configVCS_INFO_bydir_detect '.pijul'return $?