##// END OF EJS Templates
Move branch read/write to dirstate where it belongs
Move branch read/write to dirstate where it belongs

File last commit:

r4139:efe6f92c default
r4179:7e1c8a56 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