tests/test-paths
author Martin Geisler <mg@lazybytes.net>
Wed, 04 Nov 2009 22:14:26 +0100
changeset 9777 b2dfe76459dc
parent 5951 92eb0a019bf2
permissions -rwxr-xr-x
i18n-sv: add missing newlines to translations

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