tests/test-issue1089
author Henrik Stuart <hg@hstuart.dk>
Wed, 08 Jul 2009 18:35:13 +0200
changeset 9108 eef406165507
parent 6980 2268edff1bec
permissions -rwxr-xr-x
url: fix use of non-int port in https connections (issue1725) Versions of Python before 2.6 cannot automatically convert a given port number to an integer, so we add a conversion to coerce the given input to an int.

#!/bin/sh

hg init a
cd a
mkdir a
echo a > a/b
hg ci -Am m
hg rm a
hg ci -m m a

mkdir a b
echo a > a/b
hg ci -Am m
hg rm a
cd b
# relative delete
hg ci -m m ../a