tests/test-paths
author Fabian Kreutz <fabian.kreutz@starnet.fi>
Thu, 02 Apr 2009 10:30:00 +0300
changeset 7940 e2e13a7af148
parent 5951 92eb0a019bf2
permissions -rwxr-xr-x
i18n-de: Commands (push and pull) + typos

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