tests: use strip extension instead of mq where it makes sense
When a test only uses 'hg strip', it no longer needs to load MQ.
--- a/tests/test-impexp-branch.t Sat Nov 23 01:06:20 2013 +0100
+++ b/tests/test-impexp-branch.t Fri Nov 22 17:10:08 2013 +0100
@@ -1,5 +1,5 @@
$ echo '[extensions]' >> $HGRCPATH
- $ echo 'mq =' >> $HGRCPATH
+ $ echo 'strip =' >> $HGRCPATH
$ cat >findbranch.py <<EOF
> import re, sys
--- a/tests/test-lfconvert.t Sat Nov 23 01:06:20 2013 +0100
+++ b/tests/test-lfconvert.t Fri Nov 22 17:10:08 2013 +0100
@@ -5,7 +5,7 @@
> largefiles =
> share =
> graphlog =
- > mq =
+ > strip =
> convert =
> [largefiles]
> minsize = 0.5
--- a/tests/test-strip-cross.t Sat Nov 23 01:06:20 2013 +0100
+++ b/tests/test-strip-cross.t Fri Nov 22 17:10:08 2013 +0100
@@ -1,7 +1,7 @@
test stripping of filelogs where the linkrev doesn't always increase
$ echo '[extensions]' >> $HGRCPATH
- $ echo 'hgext.mq =' >> $HGRCPATH
+ $ echo 'hgext.strip =' >> $HGRCPATH
$ hg init orig
$ cd orig
$ commit()