sapling/eden
Saul Gutierrez 96971285fd symlinks: make symlinks created on Windows usable on POSIX systems
Summary:
On Windows most applications, including Windows Explorer, are not able to open symlinks if they have forward slashes (e.g., `eden/scm/Makefile`). Windows users creating symlinks will probably create symlinks with backward slashes instead because of this (e.g., `eden\scm\Makefile`). Analogously, symlinks with backward slashes will be of not use on POSIX systems.

This diff tries to alleviate this by making symlinks added to commits on Windows via `hg commit` usable everywhere else.

Reviewed By: zzl0

Differential Revision: D44358129

fbshipit-source-id: 2835652b62104e22f10cb422586fae9998db40ad
2023-04-14 17:46:13 -07:00
..
fs log DaemonStop on Windows too 2023-04-14 14:03:38 -07:00
integration integration: enable hg.debug_clear_local_caches_test on Windows 2023-04-13 08:52:40 -07:00
locale
mononoke EdenAPI: Changes for ContentMetadataV2 and Blake3 2023-04-14 08:46:55 -07:00
scm symlinks: make symlinks created on Windows usable on POSIX systems 2023-04-14 17:46:13 -07:00
test_support Enable StartFakeEdenFSTest 2023-03-14 13:25:16 -07:00
test-data test-data: remove snapshot 20190313 2022-02-04 13:50:48 -08:00
testlib ui: don't default username to <user>@<fqdn> 2023-03-02 22:10:45 -08:00
.clang-tidy clang-tidy: disable facebook-hte-ContextDependentStaticInit 2022-11-04 15:33:50 -07:00
.gitignore
.mononoke_test_file test push 2022-01-06 05:57:35 -08:00
Eden.project.toml