changeset 19827:8b9c73ddeec1

strip: rename test-mq-strip into test-strip And makes it use the strip extension only (except for the part testing mq interaction)
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Thu, 26 Sep 2013 11:11:39 +0200
parents 4b1cbcfdabf7
children 0a986233ecbf
files tests/test-mq-strip.t tests/test-strip.t
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
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 @@
 
 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