# HG changeset patch # User Christian Ebert # Date 1190319280 -3600 # Node ID fc091591de7ee15de74e7ae23471f2a9257e3b3e # Parent d232d70829915432e1e4f38f284d4e2ec5af6b05 Test kwfiles command diff -r d232d7082991 -r fc091591de7e tests/test-keyword --- a/tests/test-keyword Thu Sep 20 19:29:11 2007 +0100 +++ b/tests/test-keyword Thu Sep 20 21:14:40 2007 +0100 @@ -69,6 +69,9 @@ echo % status hg status +echo % kwfiles +hg kwfiles + echo % diff --rev hg diff --rev 0 | grep -F -v 'b/c' diff -r d232d7082991 -r fc091591de7e tests/test-keyword.out --- a/tests/test-keyword.out Thu Sep 20 19:29:11 2007 +0100 +++ b/tests/test-keyword.out Thu Sep 20 21:14:40 2007 +0100 @@ -32,6 +32,7 @@ Or, better, use bundle/unbundle to share changes. kwdemo print [keywordmaps] configuration and an expansion example kwexpand expand keywords in working directory + kwfiles print files currently configured for keyword expansion kwshrink revert expanded keywords in working directory % hg kwdemo [extensions] @@ -114,6 +115,9 @@ xxx $ % touch copied c % status +% kwfiles +a +c % diff --rev diff -r 7f0665a496fd c --- /dev/null Thu Jan 01 00:00:00 1970 +0000