if [[ $OSS_BRANCH == scm ]]; then
  . $GRIMOIRE/hg_download.function
  hg_download
else
  default_download
fi
