tests/test-symlinks
changeset 3988 9dcf9d45cab8
parent 3750 0f550b87deb8
child 4137 26596a6b6518
equal deleted inserted replaced
3987:c6f10448278f 3988:9dcf9d45cab8
    21 hg addremove
    21 hg addremove
    22 
    22 
    23 #Assert screamed here before, should go by without consequence
    23 #Assert screamed here before, should go by without consequence
    24 hg commit -m 'is there a bug?'
    24 hg commit -m 'is there a bug?'
    25 
    25 
    26 cd .. ; rm -rf test
    26 cd .. ; rm -r test
    27 hg init test; cd test;
    27 hg init test; cd test;
    28 
    28 
    29 mkdir dir
    29 mkdir dir
    30 touch a.c dir/a.o dir/b.o
    30 touch a.c dir/a.o dir/b.o
    31 # test what happens if we want to trick hg
    31 # test what happens if we want to trick hg