Mercurial > hg
view contrib/vagrant/provision.sh @ 25565:be4dc0007b8d
hgweb: add some in-code documentation for 'web.view'
This documentation was mostly intended for the user helps. However given the
lack of request for such feature, we should keep it un-documented. We stick the
help text in the code as it could still be useful to fellow contributors.
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Thu, 07 Feb 2013 00:32:26 +0000 |
parents | 8da01b6e7b49 |
children |
line wrap: on
line source
#!/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