tests/test-issue433
author Jun Inoue <jun.lambda@gmail.com>
Thu, 15 Feb 2007 05:18:23 -0200
changeset 4086 cc8a52229620
parent 3719 199dcb97a5b6
child 4659 7a7d4937272b
permissions -rwxr-xr-x
Fix accessing the repo through a symlink.

#!/bin/sh
# http://www.selenic.com/mercurial/bts/issue433

hg init a
cd a       
echo a > a 
hg commit -Ama 

hg parents -r 0 doesnotexist
true