tests/test-issue433
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 27 Aug 2007 01:44:35 -0300
changeset 5237 fe55e3d6dc0b
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
clone: if "url#rev" was given, update to rev

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