diff -r 2088e409d360 -r c6314b110e67 tests/test-keyword --- 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 ' echo % cat a cat a -echo % kwshrink a +echo % kwshrink a inside directory x hg --verbose kwshrink a echo % cat a cat a