tests/test-paths
author Patrick Mezard <pmezard@gmail.com>
Sun, 20 Jul 2008 19:09:00 +0200
changeset 6810 8f7a2915170a
parent 5951 92eb0a019bf2
permissions -rwxr-xr-x
localrepo: fix status() typos from 854b907527e5a and 97c12b1ed1e0

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