##// END OF EJS Templates
keyword: replace deprecated mq commands in test
Christian Ebert -
r10931:75101b1e default
parent child Browse files
Show More
@@ -139,12 +139,12 b' hg -v kwexpand'
139 139 echo % compare changenodes in a c
140 140 cat a c
141 141
142 echo % qinit -c
143 hg qinit -c
142 echo % init --mq
143 hg init --mq
144 144 echo % qimport
145 145 hg qimport -r tip -n mqtest.diff
146 echo % qcommit
147 hg qcommit -mqtest
146 echo % commit --mq
147 hg commit --mq -m mqtest
148 148 echo % keywords should not be expanded in patch
149 149 cat .hg/patches/mqtest.diff
150 150 echo % qpop
@@ -132,9 +132,9 b' do not process $Id:'
132 132 xxx $
133 133 $Id: c,v 40a904bbbe4c 1970/01/01 00:00:01 user $
134 134 tests for different changenodes
135 % qinit -c
135 % init --mq
136 136 % qimport
137 % qcommit
137 % commit --mq
138 138 % keywords should not be expanded in patch
139 139 # HG changeset patch
140 140 # User User Name <user@example.com>
General Comments 0
You need to be logged in to leave comments. Login now