#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 [[ $WMII_RELEASE != "SCM version" ]]; then
  default_download
else
  hg_download
fi
