changeset 970:a7956bcbffe1

testutil: clean up compat cruft
author Siddharth Agarwal <sid0@fb.com>
date Thu, 31 Dec 2015 13:02:34 -0800
parents 270962e56813
children 8073665f3c4f
files tests/testutil
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/testutil
+++ b/tests/testutil
@@ -7,8 +7,6 @@
 # Activate extensions
 echo "[extensions]" >> $HGRCPATH
 echo "hggit=$(echo $(dirname $TESTDIR))/hggit" >> $HGRCPATH
-# Not needed in Mercurial 2.3+, as graphlog was integrated into core
-echo 'graphlog=' >> $HGRCPATH
 echo 'mq=' >> $HGRCPATH
 
 # Standard checks for external dependencies