tests/test-issue433
author Steve Borho <steve@borho.org>
Wed, 05 Sep 2007 21:53:59 +0200
changeset 5284 f8c36b215281
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
hgk: add repo root to window title

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