##// END OF EJS Templates
test-patchbomb: write in binary mode, force non-interactive mode (win32)
test-patchbomb: write in binary mode, force non-interactive mode (win32)

File last commit:

r5951:92eb0a01 default
r7265:0cf3442e 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