#!/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
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 15913 | Doug_Napoleone |
Initial checkin of the latest stabel mercurial to then integrate the changes from //guest/sven_erik_knop/mercurial on top of (preserving the new HG code). The purpose is to get it working with the latest version of HG. |