Skip to content
Snippets Groups Projects
Commit 53e4b34e authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

bin-env-setup: do not display about rhg if it is not being setup

This is just confusing otherwise.
parent 02a13d59
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,6 @@
mv poulpe-tmp/mercurial/rust/target/release/rhg bin/hg
export RHG_ON_UNSUPPORTED="fallback"
export RHG_FALLBACK_EXECUTABLE="${root}/bin/hg.real"
echo "rhg okay"
fi
......@@ -92,6 +92,5 @@
fi
echo "rhg okay"
echo python.version="`bin/python --version | egrep -o '\S+$'`" > POULPE-VARS
echo python.implementation="`bin/python -c 'import sys; print(sys.implementation.name)'`" >> POULPE-VARS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment