tests/test-paths
author Rocco Rutte <pdmef@gmx.net>
Sun, 14 Jun 2009 20:24:18 +0200
changeset 8890 c487719cccef
parent 5951 92eb0a019bf2
permissions -rwxr-xr-x
convert: fix builtin cvsps when no branchpoints are present

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