tests/test-execute-bit.t
branchstable
changeset 49585 55c6ebd11cb9
parent 48394 d5a91701f7dc
equal deleted inserted replaced
49584:8cd39c20445e 49585:55c6ebd11cb9
     1 #require execbit
     1 #require execbit
     2 
     2 
     3   $ hg init
     3   $ hg init repo
       
     4   $ cd repo
     4   $ echo a > a
     5   $ echo a > a
     5   $ hg ci -Am'not executable'
     6   $ hg ci -Am'not executable'
     6   adding a
     7   adding a
     7 
     8 
     8   $ chmod +x a
     9   $ chmod +x a