view tests/test-paths @ 10778:e703af672d9d stable

i18n-sv: synchronized with a1cb8ca051c0 Some simpler translations done too
author Jens Bäckman <jens.backman@gmail.com>
date Tue, 23 Mar 2010 21:58:51 +0100
parents 92eb0a019bf2
children
line wrap: on
line source

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