Mercurial > hg
view contrib/vagrant/run-tests.sh @ 29387:6b77adc2c7b5
hgweb: highlight data of the current revision in annotate view
* Distinguish the /annotate/<revision>/<file>#<linenumber> link when it would
lead to the current page (i.e. <revision> is the current revision) (style it
gray and undecorated). This indicates more clearly that this is a "dead-end"
in blame navigation.
* Display lines changed in current revision in green.
author | Denis Laxalde <denis.laxalde@logilab.fr> |
---|---|
date | Thu, 02 Jun 2016 16:26:50 +0200 |
parents | 8da01b6e7b49 |
children |
line wrap: on
line source
#!/bin/sh # This scripts is used to setup temp directory in memory # for running Mercurial tests in vritual machine managed # by Vagrant (see Vagrantfile for details). cd /hgshared make local cd tests mkdir /tmp/ram sudo mount -t tmpfs -o size=100M tmpfs /tmp/ram export TMPDIR=/tmp/ram ./run-tests.py -l --time