sapling/eden/scm/packaging
Saul Gutierrez 8d5b35b873 symlinks: remove support for cygwin
Summary:
Some time ago we started shipping Python alongside our Windows build, which means that we haven't really supported Cygwin for some time. Thus, we can remove bits of code associated with Cygwin.

The removed lines of code would never really be executed since `sys.platform` (which is what `pycompat.sysplatform` uses) always evaluates to `windows` with the Python build we ship along the Windows build. The value of `sys.platform` is determined when building the Python binary.

Reviewed By: quark-zju

Differential Revision: D43456960

fbshipit-source-id: 659eb8750602fb42f2325b7f16c5497c83ec5d32
2023-03-02 13:14:36 -08:00
..
debian build_deb.sh no longer needs to rm hg 2022-11-06 10:41:11 -08:00
mac ci: bump homebrew release dependencies (#540) 2023-02-27 17:28:12 -08:00
rpm oss: add Mac rpm spec 2022-09-20 11:20:51 -07:00
windows symlinks: remove support for cygwin 2023-03-02 13:14:36 -08:00