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