tests/test-bad-extension
changeset 3011 01454af644b8
child 3990 96e21337dc03
equal deleted inserted replaced
3010:494521a3f142 3011:01454af644b8
       
     1 #!/bin/sh
       
     2 
       
     3 echo 'syntax error' > badext.py
       
     4 abspath=`pwd`/badext.py
       
     5 
       
     6 echo '[extensions]' >> $HGRCPATH
       
     7 echo "badext = $abspath" >> $HGRCPATH
       
     8 
       
     9 hg -q help help