Submitter | Siddharth Agarwal |
---|---|
Date | April 2, 2015, 10:51 p.m. |
Message ID | <29fdd81a2553fb8e4a49.1428015113@devbig136.prn2.facebook.com> |
Download | mbox | patch |
Permalink | /patch/8462/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/posix.py b/mercurial/posix.py --- a/mercurial/posix.py +++ b/mercurial/posix.py @@ -311,6 +311,9 @@ if sys.platform == 'cygwin': return encoding.upper(path) + normcasespec = encoding.normcasespecs.other + normcasefallback = normcase + # Cygwin translates native ACLs to POSIX permissions, # but these translations are not supported by native # tools, so the exec bit tends to be set erroneously.