Comment 2 for bug 77744

Revision history for this message
John A Meinel (jameinel) wrote :

This might actually be better with dirstate, because we use "os.listdir()" to give us the list of files, rather than relying on os.lstat(fname) to tell us if the file does or doesn't exist.

But it probably doesn't help bug #77740