tests/test-issue433
author Matt Mackall <mpm@selenic.com>
Mon, 23 Jul 2007 20:44:08 -0500
changeset 4986 58cc017ec7e0
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
revlog: abstract out index entry packing This lets us remove most of the remaining v0/v1 logic from revlog

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