##// END OF EJS Templates
gendoc: use real ui in place of stdout...
gendoc: use real ui in place of stdout ui attributes will be required by a help function, so a file object can't be used as a fake ui.

File last commit:

r21874:8da01b6e default
r26412:7e8e3c09 default
Show More
provision.sh
10 lines | 292 B | application/x-sh | BashLexer
anatoly techtonik
contrib/vagrant: use Vagrant for running tests on virtual machine...
r21874 #!/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