tests/test-bad-extension.t
changeset 40346 943248e47864
parent 40263 8cf459d8b111
child 40440 09a37a5d8f5d
equal deleted inserted replaced
40345:d30a19d10441 40346:943248e47864
     8   > def extsetup(ui):
     8   > def extsetup(ui):
     9   >     ui.atexit(bail)
     9   >     ui.atexit(bail)
    10   > EOF
    10   > EOF
    11   $ hg -q --config extensions.bailatexit=$TESTTMP/bailatexit.py \
    11   $ hg -q --config extensions.bailatexit=$TESTTMP/bailatexit.py \
    12   >  help help
    12   >  help help
    13   hg help [-ecks] [TOPIC]
    13   hg help [-eck] [-s PLATFORM] [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
    16   error in exit handlers:
    16   error in exit handlers:
    17   Traceback (most recent call last):
    17   Traceback (most recent call last):
    18     File "*/mercurial/dispatch.py", line *, in _runexithandlers (glob)
    18     File "*/mercurial/dispatch.py", line *, in _runexithandlers (glob)