# HG changeset patch # User Christian Ebert # Date 1271421013 -7200 # Node ID 4313494200886ef837fd299089f498a1b51e0ac5 # Parent 67708fe93c9911d1e2754887f7e71b51f77a6f25 Replace deprecated mq commands in test diff -r 67708fe93c99 -r 431349420088 tests/test-keyword --- a/tests/test-keyword Fri Apr 23 10:37:08 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 diff -r 67708fe93c99 -r 431349420088 tests/test-keyword.out --- a/tests/test-keyword.out Fri Apr 23 10:37:08 2010 +0200 +++ b/tests/test-keyword.out Fri Apr 16 14:30:13 2010 +0200 @@ -132,9 +132,9 @@ xxx $ $Id: c,v 40a904bbbe4c 1970/01/01 00:00:01 user $ tests for different changenodes -% qinit -c +% init --mq % qimport -% qcommit +% commit --mq % keywords should not be expanded in patch # HG changeset patch # User User Name