contrib/vagrant/provision.sh
author Sean Farley <sean@farley.io>
Mon, 09 Jan 2017 11:01:45 -0800
changeset 30808 8540967cd9e0
parent 21874 8da01b6e7b49
permissions -rw-r--r--
patch: add label for coloring the similarity extended header Just like the summary says, this will colorize the: similarity index 88% line in the diff output.

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