3 # For issue390: darcs whatsnew somefile" lstats every file in the working copy and pristine/ directory
14 darcs record
-am "test"
19 strace darcs whatsnew file1
&> out
20 # we should be accessing file1
22 # but shouldn't be accessing file2
25 echo A whatsnew
for file1 should not involve a
'stat' call to file2
31 echo skipping
test since strace was not found