tests/test-paths
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Fri, 13 Feb 2009 13:52:34 +0100
changeset 7759 50baf8215942
parent 5951 92eb0a019bf2
permissions -rwxr-xr-x
tests: fix for test-identify returning 255

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