tests/test-issue433
author Brendan Cully <brendan@kublai.com>
Tue, 30 Jun 2009 18:41:43 -0700
changeset 8983 0701044ad156
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
zsh completion: basic merge support

#!/bin/sh
# http://mercurial.selenic.com/bts/issue433

hg init a
cd a
echo a > a
hg commit -Ama

hg parents -r 0 doesnotexist
true