aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2019-12-04 11:24:06 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2019-12-04 11:24:06 +0100
commitc488b8b32f7a08cef19fd075256e1e35e7f52f10 (patch)
treed6b111c87ddcb1b48562af894c1ca18e09e986cf /bench/btl
parent8fbe0e4699b4c03dd62b266371f23b103319ec36 (diff)
Replace calls to "hg" by calls to "git"
Diffstat (limited to 'bench/btl')
-rwxr-xr-xbench/btl/data/go_mean2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/btl/data/go_mean b/bench/btl/data/go_mean
index 42338ca27..d01426909 100755
--- a/bench/btl/data/go_mean
+++ b/bench/btl/data/go_mean
@@ -27,7 +27,7 @@ echo '<ul>'\
'<li>' `cat /proc/cpuinfo | grep "model name" | head -n 1`\
' (' `uname -m` ')</li>'\
'<li> compiler: ' `cat compiler_version.txt` '</li>'\
- '<li> eigen3: ' `hg identify -i $EIGENDIR` '</li>'\
+ '<li> eigen3: ' `git ls-remote --refs -q $EIGENDIR HEAD | cut -f 1` '</li>'\
'</ul>' \
'</p>' >> $webpagefilename