tests/test-issue436
author Jun Inoue <jun.lambda@gmail.com>
Thu, 15 Feb 2007 05:18:23 -0200
changeset 4086 cc8a52229620
parent 3749 f9567a7fa3b3
permissions -rwxr-xr-x
Fix accessing the repo through a symlink.

#!/bin/sh

hg init a
cd a
hg -v log -v
hg -v log -v x
true