tests/test-keyword
changeset 281 c6314b110e67
parent 279 1f00dce8de12
child 290 b05795ad5632
child 303 46ccec2f325f
--- a/tests/test-keyword	Fri Oct 19 16:09:56 2007 +0200
+++ b/tests/test-keyword	Fri Oct 19 16:28:56 2007 +0200
@@ -155,15 +155,19 @@
 hg incoming | grep -v '^comparing with'
 
 cd ../Test
-echo % pathto for kwexpand/kwshrink
+echo % kwexpand/kwshrink on selected files
 mkdir x
-echo % copy
+echo % copy a x/a
 hg copy a x/a
+echo % kwexpand a
+hg --verbose kwexpand a
+echo % kwexpand x/a should abort
+hg --verbose kwexpand x/a
 cd x
 hg --debug commit -m xa -d '3 0' -u 'User Name <user@example.com>'
 echo % cat a
 cat a
-echo % kwshrink a
+echo % kwshrink a inside directory x
 hg --verbose kwshrink a
 echo % cat a
 cat a