##// END OF EJS Templates
Show the destionation for clone if not specified manually.
Show the destionation for clone if not specified manually.

File last commit:

r3014:01454af6 default
r3841:aaeb7f5d default
Show More
test-bad-extension
9 lines | 156 B | text/plain | TextLexer
#!/bin/sh
echo 'syntax error' > badext.py
abspath=`pwd`/badext.py
echo '[extensions]' >> $HGRCPATH
echo "badext = $abspath" >> $HGRCPATH
hg -q help help