tests/test-paths
author Stefano Tortarolo <stefano.tortarolo@gmail.com>
Sat, 28 Feb 2009 13:15:58 +0100
changeset 7811 864ad81b4e24
parent 5951 92eb0a019bf2
permissions -rwxr-xr-x
i18n: update italian translation

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