comparison tests/test-symlink-root @ 4086:cc8a52229620

Fix accessing the repo through a symlink.
author Jun Inoue <jun.lambda@gmail.com>
date Thu, 15 Feb 2007 05:18:23 -0200
parents
children
comparison
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