tests/test-mq-qimport
changeset 8362 bbc74c05b8a4
parent 7421 4c4324476be6
child 9287 53fdf18fd63b
--- a/tests/test-mq-qimport	Tue May 12 12:05:19 2009 +0200
+++ b/tests/test-mq-qimport	Tue May 12 11:15:54 2009 +0200
@@ -69,4 +69,10 @@
 hg qimport b.diff
 hg qpush
 
-
+echo % try to import --push
+echo another >> b
+hg diff > another.diff
+hg up -C
+hg qimport --push another.diff
+hg qfin -a
+hg qimport -rtip -P