changeset 20115:db6b958c4f35

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.
author Martin Geisler <martin@geisler.net>
date Fri, 22 Nov 2013 17:10:08 +0100
parents 390aff33c2f9
children 9e0219967e38
files tests/test-impexp-branch.t tests/test-lfconvert.t tests/test-strip-cross.t
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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()