diff --git a/suites/hg/bin-env-setup/mercurial.poulpe-setup.sh b/suites/hg/bin-env-setup/mercurial.poulpe-setup.sh
index a77685ac63a18abbe2598f883fef315febc76bb2_c3VpdGVzL2hnL2Jpbi1lbnYtc2V0dXAvbWVyY3VyaWFsLnBvdWxwZS1zZXR1cC5zaA==..cbe1adb8e6158e18ad9b5add2949391ba0cf1063_c3VpdGVzL2hnL2Jpbi1lbnYtc2V0dXAvbWVyY3VyaWFsLnBvdWxwZS1zZXR1cC5zaA== 100755
--- a/suites/hg/bin-env-setup/mercurial.poulpe-setup.sh
+++ b/suites/hg/bin-env-setup/mercurial.poulpe-setup.sh
@@ -77,7 +77,7 @@
 
 root="`pwd`"
 
-(cd poulpe-tmp/mercurial/; "${root}/bin/python" setup.py ${EXTRA_INSTALL_ARGS} install)
+(cd poulpe-tmp/mercurial/; "${root}/bin/python" setup.py --quiet ${EXTRA_INSTALL_ARGS} install)
 
 echo "install okay"