tests/test-paths
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Tue, 02 Sep 2008 01:19:12 +0200
changeset 6968 91f6370c433c
parent 5951 92eb0a019bf2
permissions -rwxr-xr-x
fix test output broken by a04d8cadb6af

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