# HG changeset patch # User Martin von Zweigbergk # Date 2018-11-09 17:36:16 # Node ID 17f21047a232c79bf5ed55df4afb4f59def0a657 # Parent a777ad36b287dd1f5c5f34aa2072fb27bfe929b7 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 diff --git a/tests/remotefilelog-library.sh b/tests/remotefilelog-library.sh --- a/tests/remotefilelog-library.sh +++ b/tests/remotefilelog-library.sh @@ -6,7 +6,7 @@ debug=True [extensions] remotefilelog= rebase= -mq= +strip= [ui] ssh=python "$TESTDIR/dummyssh" [server]