##// END OF EJS Templates
strip: rename test-mq-strip into test-strip...
Pierre-Yves David -
r19827:8b9c73dd 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 $ echo "graphlog=" >> $HGRCPATH
3 $ echo "graphlog=" >> $HGRCPATH
4
4
5 $ restore() {
5 $ restore() {
@@ -351,6 +351,7 b' remove branchy history for qimport tests'
351
351
352 strip of applied mq should cleanup status file
352 strip of applied mq should cleanup status file
353
353
354 $ echo "mq=" >> $HGRCPATH
354 $ hg up -C 3
355 $ hg up -C 3
355 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
356 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
356 $ echo fooagain >> bar
357 $ echo fooagain >> bar
General Comments 0
You need to be logged in to leave comments. Login now