tests/test-bad-extension.t
changeset 12640 6cc4b14fb76b
parent 12376 97ffc68f71d3
child 14284 1f9e11f65cd7
equal deleted inserted replaced
12639:236058a65cb4 12640:6cc4b14fb76b
     6   $ echo "hgext.gpg =" >> $HGRCPATH
     6   $ echo "hgext.gpg =" >> $HGRCPATH
     7   $ echo "badext = $abspath" >> $HGRCPATH
     7   $ echo "badext = $abspath" >> $HGRCPATH
     8   $ echo "badext2 =" >> $HGRCPATH
     8   $ echo "badext2 =" >> $HGRCPATH
     9 
     9 
    10   $ hg -q help help
    10   $ hg -q help help
    11   \*\*\* failed to import extension badext from */badext.py: bit bucket overflow (glob)
    11   *** failed to import extension badext from $TESTTMP/badext.py: bit bucket overflow
    12   *** failed to import extension badext2: No module named badext2
    12   *** failed to import extension badext2: No module named badext2
    13   hg help [TOPIC]
    13   hg help [TOPIC]
    14   
    14   
    15   show help for a given topic or a help overview
    15   show help for a given topic or a help overview