tests/test-paths
author Patrick Mezard <pmezard@gmail.com>
Sun, 21 Jun 2009 23:17:02 +0200
changeset 8886 0593c5b5b1f0
parent 5951 92eb0a019bf2
permissions -rwxr-xr-x
convert/svn: stop returning unicode revision identifiers

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