tests/test-paths
author Alexander Solovyov <piranha@piranha.org.ua>
Sat, 26 Sep 2009 00:17:02 +0300
changeset 9488 33a6213a974e
parent 5951 92eb0a019bf2
permissions -rwxr-xr-x
zeroconf: code cleanup, fixing variable names to be meaningful

#!/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