tests/test-issue436
author Vishakh H <vsh426@gmail.com>
Fri, 13 Aug 2010 19:42:28 +0530
changeset 12000 3361075816f8
parent 3749 f9567a7fa3b3
permissions -rwxr-xr-x
revlog: addgroup re-adds punched revisions for missing parents While reading changegroup if a node with missing parents is encountered, we add a punched entry in the index with null parents for the missing parent node.

#!/bin/sh

hg init a
cd a
hg -v log -v
hg -v log -v x
true