# HG changeset patch # User Pierre-Yves David # Date 2013-09-26 09:11:39 # Node ID 8b9c73ddeec1874a3aab33a9ad2fcbf9819a2be7 # Parent 4b1cbcfdabf7f48bfc22032d35185b028615dbd9 strip: rename test-mq-strip into test-strip And makes it use the strip extension only (except for the part testing mq interaction) 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