view tests/test-issue433 @ 6246:35bf9c23e17a

adjust test-fetch output to non-default HGPORT, e.g. with run-tests.py -j
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 14 Mar 2008 01:39:15 +0100
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