tests/test-paths
author Alexander Solovyov <piranha@piranha.org.ua>
Sun, 15 Feb 2009 20:18:29 +0200
changeset 7777 e3425726b80d
parent 5951 92eb0a019bf2
permissions -rwxr-xr-x
zeroconf: don't allow ipv6 addresses

#!/bin/sh
hg init a
hg clone a b
cd a
echo '[paths]' >> .hg/hgrc
echo 'dupe = ../b' >> .hg/hgrc
hg in dupe | fgrep '../'
cd ..
hg -R a in dupe | fgrep '../'
true