tests/test-issue433
author Brendan Cully <brendan@kublai.com>
Tue, 10 Jul 2007 09:52:32 -0700
changeset 4852 cba10652a901
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
mq: improve qclone error handling when patch directory is not a repository.

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