comparison tests/test-merge-types.t @ 48345:d5a91701f7dc

rhg: Fix status desambiguation of symlinks and executable files Differential Revision: https://phab.mercurial-scm.org/D11774
author Simon Sapin <simon.sapin@octobus.net>
date Tue, 23 Nov 2021 20:04:22 +0100
parents b7fde9237c92
children 38941a28406a
comparison
equal deleted inserted replaced
48344:b6d8eea9872c 48345:d5a91701f7dc
1 #require symlink execbit 1 #require symlink execbit
2
3 TODO: fix rhg bugs that make this test fail when status is enabled
4 $ unset RHG_STATUS
5
6 2
7 $ tellmeabout() { 3 $ tellmeabout() {
8 > if [ -h $1 ]; then 4 > if [ -h $1 ]; then
9 > echo $1 is a symlink: 5 > echo $1 is a symlink:
10 > $TESTDIR/readlink.py $1 6 > $TESTDIR/readlink.py $1