Mercurial > hg
comparison rustfmt.toml @ 49909:b7cf91ef03ba
merge: skip syntactic path checks in [_checkunknownfile]
We don't need to check the paths syntactically, since they are coming from
diffing the revisions, so hopefully already checked on the way in.
We still need to check what's on the filesystem, to avoid traversing the
symlinks or subdirs, which we can't know about statically.
Also, we use the directory audit to elide [isfileorlink],
this removing ~all lstat calls from hg updates from-empty.
author | Arseniy Alekseyev <aalekseyev@janestreet.com> |
---|---|
date | Fri, 06 Jan 2023 18:09:19 +0000 |
parents | 426294d06ddc |
children |
comparison
equal
deleted
inserted
replaced
49908:789e152a6bdb | 49909:b7cf91ef03ba |
---|