view tests/test-paths @ 9862:20f95fc4c58e

i18n-ja: synchronized with 004bf1d6e6af
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Fri, 13 Nov 2009 14:30:57 +0900
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