##// END OF EJS Templates
test-http-proxy: hide logged URL port number, works with--jobs
test-http-proxy: hide logged URL port number, works with--jobs

File last commit:

r5951:92eb0a01 default
r7268:e05092a3 default
Show More
test-paths
10 lines | 162 B | text/plain | TextLexer
#!/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