##// END OF EJS Templates
tests: use strip extension instead of mq where it makes sense...
Martin Geisler -
r20115:db6b958c default
parent child Browse files
Show More
@@ -1,5 +1,5 b''
1 $ echo '[extensions]' >> $HGRCPATH
1 $ echo '[extensions]' >> $HGRCPATH
2 $ echo 'mq =' >> $HGRCPATH
2 $ echo 'strip =' >> $HGRCPATH
3
3
4 $ cat >findbranch.py <<EOF
4 $ cat >findbranch.py <<EOF
5 > import re, sys
5 > import re, sys
@@ -5,7 +5,7 b''
5 > largefiles =
5 > largefiles =
6 > share =
6 > share =
7 > graphlog =
7 > graphlog =
8 > mq =
8 > strip =
9 > convert =
9 > convert =
10 > [largefiles]
10 > [largefiles]
11 > minsize = 0.5
11 > minsize = 0.5
@@ -1,7 +1,7 b''
1 test stripping of filelogs where the linkrev doesn't always increase
1 test stripping of filelogs where the linkrev doesn't always increase
2
2
3 $ echo '[extensions]' >> $HGRCPATH
3 $ echo '[extensions]' >> $HGRCPATH
4 $ echo 'hgext.mq =' >> $HGRCPATH
4 $ echo 'hgext.strip =' >> $HGRCPATH
5 $ hg init orig
5 $ hg init orig
6 $ cd orig
6 $ cd orig
7 $ commit()
7 $ commit()
General Comments 0
You need to be logged in to leave comments. Login now