diff -r ec0cee4c1fff -r 9f9ffe5f687c tests/test-glog-beautifygraph.t --- a/tests/test-glog-beautifygraph.t Sun Jun 10 15:52:27 2018 +0900 +++ b/tests/test-glog-beautifygraph.t Sun Jun 10 16:08:58 2018 +0900 @@ -2023,25 +2023,14 @@ $ testlog "set:copied()" [] (func - (symbol '_matchfiles') - (list - (string 'r:') - (string 'd:relpath') - (string 'p:set:copied()'))) + (symbol 'filelog') + (string 'set:copied()')) , - > + , set([])> $ testlog --include "set:copied()" [] - (func - (symbol '_matchfiles') - (list - (string 'r:') - (string 'd:relpath') - (string 'i:set:copied()'))) - , - > + [] + $ testlog -r "sort(file('set:copied()'), -rev)" ["sort(file('set:copied()'), -rev)"] []