tests/test-keyword
changeset 5856 85888efbdfff
parent 5855 a6ccb957fd07
child 5894 e181665c1c79
--- a/tests/test-keyword	Mon Jan 14 09:00:23 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