tests/test-issue433
author Pradeepkumar Gayam <in3xes@gmail.com>
Tue, 17 Aug 2010 17:54:32 +0530
changeset 11919 67fb33eb3add
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
tests: unify test-revlog-packentry

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