tests: don't load strip extension via mq extension for remotefilelog tests
authorMartin von Zweigbergk <martinvonz@google.com>
Fri, 09 Nov 2018 09:36:16 -0800
changeset 40574 17f21047a232
parent 40573 a777ad36b287
child 40575 fb490d798be0
tests: don't load strip extension via mq extension for remotefilelog tests The proper way to get the `hg strip` command has been via the "strip" extension since 2013. Differential Revision: https://phab.mercurial-scm.org/D5250
tests/remotefilelog-library.sh
--- a/tests/remotefilelog-library.sh	Fri Nov 09 09:35:05 2018 -0800
+++ b/tests/remotefilelog-library.sh	Fri Nov 09 09:36:16 2018 -0800
@@ -6,7 +6,7 @@
 [extensions]
 remotefilelog=
 rebase=
-mq=
+strip=
 [ui]
 ssh=python "$TESTDIR/dummyssh"
 [server]