contrib/vagrant/provision.sh
author Yuya Nishihara <yuya@tcha.org>
Thu, 22 Sep 2016 18:41:51 +0900
changeset 35297 c9144396099b
parent 21874 8da01b6e7b49
permissions -rw-r--r--
dagop: use heap to compute max rev in filectxancestors()

#!/bin/sh
# This scripts is used to install dependencies for
# testing Mercurial. Mainly used by Vagrant (see
# Vagrantfile for details).

export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y -q python-dev unzip
# run-tests.sh is added by Vagrantfile
chmod +x run-tests.sh