tests/test-issue433
author Brendan Cully <brendan@kublai.com>
Fri, 06 Jul 2007 09:15:17 -0700
changeset 4832 4f86c58c6c56
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
hgwebdir: do not walk up the given path looking for a repository. It is there or it isn't.

#!/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