tests/test-extension.t
changeset 15447 9910f60a37ee
parent 15202 0150741caace
child 15861 ee8f5e4ce7b8
equal deleted inserted replaced
15446:c5c9ca3719f9 15447:9910f60a37ee
   471 
   471 
   472   $ cat > hgext/forest.py <<EOF
   472   $ cat > hgext/forest.py <<EOF
   473   > cmdtable = None
   473   > cmdtable = None
   474   > EOF
   474   > EOF
   475   $ hg --config extensions.path=./path.py help foo > /dev/null
   475   $ hg --config extensions.path=./path.py help foo > /dev/null
   476   warning: error finding commands in $TESTTMP/hgext/forest.py
   476   warning: error finding commands in $TESTTMP/hgext/forest.py (glob)
   477   hg: unknown command 'foo'
   477   hg: unknown command 'foo'
   478   warning: error finding commands in $TESTTMP/hgext/forest.py
   478   warning: error finding commands in $TESTTMP/hgext/forest.py (glob)
   479   [255]
   479   [255]