tests/test-paths
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 19 Oct 2008 01:28:35 +0200
changeset 7155 3250da71a769
parent 5951 92eb0a019bf2
permissions -rwxr-xr-x
add a missing +x to test-inotify-lookup

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