view tests/test-issue433 @ 4741:87a35bb58b88

mercurial.spec: fix when default python prefix != rpm %{_prefix} e.g. on SUSE Linux Enterprise 10
author Adam Spiers <hg@adamspiers.org>
date Sat, 02 Jun 2007 12:42:47 +0100
parents 7a7d4937272b
children
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