tests/test-issue433
author Matt Mackall <mpm@selenic.com>
Mon, 19 Apr 2010 16:47:44 -0500
changeset 10959 d1f4657f55e4
parent 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
highlight: fix to work with caching templater

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