tests/test-issue433
author Matt Mackall <mpm@selenic.com>
Sat, 21 Jul 2007 16:18:21 -0500
changeset 4962 e017d3a82e1d
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
revlog: raise offset/type helpers to global scope

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