if [[ "$SCRAPY_SCM" == "y" ]]; then
  . $GRIMOIRE/hg_download.function
  hg_download
else
  default_download
fi
