tests/test-symlink-root
author Eric Hopper <hopper@omnifarious.org>
Thu, 21 Jun 2007 10:40:09 -0700
changeset 4675 6858a7477a5e
parent 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
Change branches to sort 'active' branches first, and add an option to show only active branches.

#!/bin/sh

hg init a
ln -s a link
cd a
echo foo > foo
hg status
hg status ../link