#once the hg download handler hits stable sorcery this DOWNLOAD script would
#only need to be removed, SOURCE_URL is compatible with the planned hg handler

if [[ "${LIBNFO_BRANCH}" != "scm" ]]; then
  default_download
else
  . $GRIMOIRE/hg_download.function
  hg_download
fi
