tests/test-symlink-root
changeset 4086 cc8a52229620
child 4882 25d753efd48e
equal deleted inserted replaced
4080:ef14fdb675da 4086:cc8a52229620
       
     1 #!/bin/sh
       
     2 
       
     3 hg init a
       
     4 ln -s a link
       
     5 cd a
       
     6 echo foo > foo
       
     7 hg status
       
     8 hg status ../link