##// END OF EJS Templates
keyword: test that expansion is done filewise...
Christian Ebert -
r5856:85888efb default
parent child Browse files
Show More
@@ -79,6 +79,19 b' hg update'
79 echo % cat
79 echo % cat
80 cat sym a b
80 cat sym a b
81
81
82 echo % check whether expansion is filewise
83 echo '$Id$' > c
84 echo 'tests for different changenodes' >> c
85 echo % commit c
86 hg commit -A -mcndiff -d '1 0' -u 'User Name <user@example.com>'
87 echo % force expansion
88 hg -v kwexpand
89 echo % compare changenodes in a c
90 cat a c
91 echo % rollback and remove c
92 hg rollback
93 rm c
94
82 echo % copy
95 echo % copy
83 hg cp a c
96 hg cp a c
84
97
@@ -146,6 +146,20 b' expand $Id: a,v f782df5f9602 1970/01/01 '
146 do not process $Id:
146 do not process $Id:
147 xxx $
147 xxx $
148 ignore $Id$
148 ignore $Id$
149 % check whether expansion is filewise
150 % commit c
151 adding c
152 % force expansion
153 overwriting a expanding keywords
154 overwriting c expanding keywords
155 % compare changenodes in a c
156 expand $Id: a,v f782df5f9602 1970/01/01 00:00:00 user $
157 do not process $Id:
158 xxx $
159 $Id: c,v ba4426d1938e 1970/01/01 00:00:01 user $
160 tests for different changenodes
161 % rollback and remove c
162 rolling back last transaction
149 % copy
163 % copy
150 % kwfiles added
164 % kwfiles added
151 a
165 a
General Comments 0
You need to be logged in to leave comments. Login now