>>>>> On Sat, 14 Feb 2009, Christian Faulhammer wrote: > Please review the attached patch.
+ local repo_type=3D$(bzr info "${EBZR_BRANCH_DIR}" | head -n 1 | cut -d '= (' -f 1) + if [[ "${repo_type}" !=3D "Lightweight checkout " ]]; then This test looks very fragile to me. Could it be replaced by something else? Ulrich