Mercurial > hg
changeset 10931:75101b1e6302
keyword: replace deprecated mq commands in test
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Fri, 16 Apr 2010 14:30:13 +0200 |
parents | 230ab9a23594 |
children | 29c39fe2491b |
files | tests/test-keyword tests/test-keyword.out |
diffstat | 2 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- a/tests/test-keyword.out Fri Apr 16 14:57:30 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 <user@example.com>