tests/test-paths
author Wagner Bruna <wbruna@softwareexpress.com.br>
Mon, 22 Jun 2009 15:58:21 -0300
changeset 8924 482a92a45917
parent 5951 92eb0a019bf2
permissions -rwxr-xr-x
i18n-pt_BR: minor rewording and formatting fixes

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