changeset 336 | 46f5cf3e1a7f |
parent 333 | c1521ff40eda |
child 338 | d924ed135d9a |
--- a/tests/test-keyword Fri Jan 11 14:41:22 2008 +0100 +++ b/tests/test-keyword Fri Jan 11 23:36:56 2008 +0100 @@ -79,6 +79,19 @@ echo % cat cat sym a b +echo % check whether expansion is filewise +echo '$Id$' > c +echo 'tests for different changenodes' >> c +echo % commit c +hg commit -A -mcndiff -d '1 0' -u 'User Name <user@example.com>' +echo % force expansion +hg -v kwexpand +echo % compare changenodes in a c +cat a c +echo % rollback and remove c +hg rollback +rm c + echo % copy hg cp a c