tests/test-paths
author Fabian Kreutz <fabian.kreutz@starnet.fi>
Mon, 02 Nov 2009 17:25:43 +0200
changeset 9775 fb7f02082eab
parent 5951 92eb0a019bf2
permissions -rwxr-xr-x
i18n-de: Update msgids, remove .txt linespecs + few small 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