diff --git a/tests/test-mq-strip.t b/tests/test-strip.t rename from tests/test-mq-strip.t rename to tests/test-strip.t --- a/tests/test-mq-strip.t +++ b/tests/test-strip.t @@ -1,5 +1,5 @@ $ echo "[extensions]" >> $HGRCPATH - $ echo "mq=" >> $HGRCPATH + $ echo "strip=" >> $HGRCPATH $ echo "graphlog=" >> $HGRCPATH $ restore() { @@ -351,6 +351,7 @@ remove branchy history for qimport tests strip of applied mq should cleanup status file + $ echo "mq=" >> $HGRCPATH $ hg up -C 3 1 files updated, 0 files merged, 0 files removed, 0 files unresolved $ echo fooagain >> bar