tests/test-issue433
author Matt Mackall <mpm@selenic.com>
Tue, 09 Feb 2010 14:12:34 -0600
changeset 10414 1a8df80dfdde
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
streaming: actually change default

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