tests/test-issue433
author Patrick Mezard <pmezard@gmail.com>
Sat, 22 Sep 2007 18:52:26 +0200
changeset 5314 598dae804a5f
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
Test static-http calls on '/' URI (issue 747)

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