[PATCH 6 of 6 standalone-strip-long-version] strip: rename test-mq-strip into test-strip
pierre-yves.david at ens-lyon.org
pierre-yves.david at ens-lyon.org
Thu Sep 26 21:57:51 UTC 2013
# HG changeset patch
# User Pierre-Yves David <pierre-yves.david at ens-lyon.org>
# Date 1380186699 -7200
# Thu Sep 26 11:11:39 2013 +0200
# Node ID 53528ef0c3ca71e5a0a4d04394c746a2bacd7c4c
# Parent 6889eeae5964c8fb1882507f5d2be5e6cba18046
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,7 +1,7 @@
$ echo "[extensions]" >> $HGRCPATH
- $ echo "mq=" >> $HGRCPATH
+ $ echo "strip=" >> $HGRCPATH
$ echo "graphlog=" >> $HGRCPATH
$ restore() {
> hg unbundle -q .hg/strip-backup/*
> rm .hg/strip-backup/*
@@ -349,10 +349,11 @@ remove branchy history for qimport tests
saved backup bundle to $TESTTMP/test/.hg/strip-backup/*-backup.hg (glob)
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
$ hg ci -mf
$ hg qimport -r tip:2
More information about the Mercurial-devel
mailing list