tests/test-keyword
changeset 10931 75101b1e6302
parent 10775 c52057614c72
child 11044 5ab414f71e87
--- a/tests/test-keyword	Fri Apr 16 14:57:30 2010 +0200
+++ b/tests/test-keyword	Fri Apr 16 14:30:13 2010 +0200
@@ -139,12 +139,12 @@
 echo % compare changenodes in a c
 cat a c
 
-echo % qinit -c
-hg qinit -c
+echo % init --mq
+hg init --mq
 echo % qimport
 hg qimport -r tip -n mqtest.diff
-echo % qcommit
-hg qcommit -mqtest
+echo % commit --mq
+hg commit --mq -m mqtest
 echo % keywords should not be expanded in patch
 cat .hg/patches/mqtest.diff
 echo % qpop