tests/test-paths
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Fri, 21 Aug 2009 09:33:27 +0200
changeset 9373 b34184c046ac
parent 5951 92eb0a019bf2
permissions -rwxr-xr-x
log: fix traceback for log -k caused by 1ef630452e0b (issue1805)

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