contrib/vagrant/provision.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 26 Dec 2017 22:54:45 +0530
changeset 35521 ba0fb0e33c3a
parent 21874 8da01b6e7b49
permissions -rw-r--r--
commands: check for empty rev before passing to scmutil.unhidehashlikerevs Differential Revision: https://phab.mercurial-scm.org/D1760

#!/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