# HG changeset patch # User Martin von Zweigbergk # Date 1541784976 28800 # 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 -r a777ad36b287 -r 17f21047a232 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]