tests/test-paths
author Patrick Mezard <pmezard@gmail.com>
Sun, 09 May 2010 22:50:42 +0200
changeset 11136 ecc8b18736da
parent 5951 92eb0a019bf2
permissions -rwxr-xr-x
convert: display files data retrieval progress

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