view tests/test-issue433 @ 8936:1de6e7e1bb9f

change wiki/bts URLs to point to new hostname
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 24 Jun 2009 15:32:37 +0200
parents 7a7d4937272b
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