view tests/test-issue433 @ 10073:25919ebaba01

Makefile: update "make clean" target after f91e5630ce7e
author Martin Geisler <mg@lazybytes.net>
date Mon, 14 Dec 2009 23:14:50 +0100
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