[issue1042] Misleading display of execute permissions

Jesse Glick mercurial-bugs at selenic.com
Wed Mar 19 12:13:47 CDT 2008


New submission from Jesse Glick <jesse.glick at sun.com>:

http://hg.netbeans.org/main/file/9d9152393da5/installer/mac/newbuild/

shows

-rw-r--r-- ... pack200.sh

whereas

http://hg.netbeans.org/main/file/9d9152393da5/installer/mac/newbuild/pack200.sh

shows

permissions -rwxr-xr-x

My checkout of the repository shows

main$ hg debugstat | fgrep installer/mac/newbuild/pack200.sh 
n 644        247 03/05/08 10:57:30 installer/mac/newbuild/pack200.sh
main$ ll installer/mac/newbuild/pack200.sh 
-rw-r--r-- 1 jglick jglick 247 2008-03-05 10:57 installer/mac/newbuild/pack200.sh

If I recall correctly, the file was originally marked executable, but the +x was
removed subsequently. I would think that hgweb should display the file as it
actually exists today (in the revision shown in the URLs).

----------
messages: 5657
nosy: jglick, mzlamal
priority: bug
status: unread
title: Misleading display of execute permissions
topic: hgweb

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1042>
____________________________________________________



More information about the Mercurial-devel mailing list