tests/test-symlinks
changeset 4882 25d753efd48e
parent 4137 26596a6b6518
child 5071 35d47b06d4e3
equal deleted inserted replaced
4881:c51c9bc4579d 4882:25d753efd48e
     1 #!/bin/sh
     1 #!/bin/sh
     2 #Test bug regarding symlinks that showed up in hg 0.7
     2 #Test bug regarding symlinks that showed up in hg 0.7
     3 #Author: Matthew Elder <sseses@gmail.com>
     3 #Author: Matthew Elder <sseses@gmail.com>
       
     4 
       
     5 "$TESTDIR/hghave" symlink || exit 80
     4 
     6 
     5 #make and initialize repo
     7 #make and initialize repo
     6 hg init test; cd test;
     8 hg init test; cd test;
     7 
     9 
     8 #make a file and a symlink
    10 #make a file and a symlink