view tests/test-issue433 @ 11503:227b9f13db13 stable

hgweb: add link to wiki
author Martin Geisler <mg@lazybytes.net>
date Sat, 03 Jul 2010 02:03:55 +0200
parents 1de6e7e1bb9f
children
line wrap: on
line source

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