sapling
sapling copied to clipboard
windows install instructions break the `PATH` variable
from #183
the installation instructions mention this command: setx PATH "$env:PATH;C:\Program Files\Sapling" -m but that breaks your path, see https://github.com/facebook/sapling/issues/183#issuecomment-1321219226
I believe the issue is that this command will expand the path (path is a REG_EXPAND_SZ key)