view tests/test-issue433 @ 8436:62b9cf446cbf

contrib/win32: fix HTML tag nesting
author Martin Geisler <mg@lazybytes.net>
date Sat, 16 May 2009 08:22:30 +0200
parents 7a7d4937272b
children 1de6e7e1bb9f
line wrap: on
line source

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