tests/test-changelog-exec.t
changeset 22046 7a9cbb315d84
parent 17132 b87acfda5268
child 22502 e6e7ef68c879
equal deleted inserted replaced
22045:769198c6a62d 22046:7a9cbb315d84
       
     1 #require execbit
       
     2 
     1 b51a8138292a introduced a regression where we would mention in the
     3 b51a8138292a introduced a regression where we would mention in the
     2 changelog executable files added by the second parent of a merge. Test
     4 changelog executable files added by the second parent of a merge. Test
     3 that that doesn't happen anymore
     5 that that doesn't happen anymore
     4 
       
     5   $ "$TESTDIR/hghave" execbit || exit 80
       
     6 
     6 
     7   $ hg init repo
     7   $ hg init repo
     8   $ cd repo
     8   $ cd repo
     9   $ echo foo > foo
     9   $ echo foo > foo
    10   $ hg ci -qAm 'add foo'
    10   $ hg ci -qAm 'add foo'