Skip to content
Snippets Groups Projects
Commit 91f07430db8c authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

dirstate: use a single closure for get_flags

The previous code was overlooking fallback when neither symlink not exec was
supported.

The number of "variants" is getting too high, so I am consolidating this in a
single closure that should be easier to maintains.

This also ensure that fallback flags are always taken into account.

(they are not user code yet, but small experimentation shown that the feature
was working as intended.)

A a small side effect we need to check for symlink support more lazily and this
show up in the test in a couple of places.

Differential Revision: https://phab.mercurial-scm.org/D11728
parent 4216f5561c3b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment