tests/test-extension.t
changeset 21289 c3784e3c3e8d
parent 21254 51e5c793a9f4
child 21773 26d2fb899637
equal deleted inserted replaced
21288:eb6eaef7ae44 21289:c3784e3c3e8d
   619   $ cat > hgext/forest.py <<EOF
   619   $ cat > hgext/forest.py <<EOF
   620   > cmdtable = None
   620   > cmdtable = None
   621   > EOF
   621   > EOF
   622   $ hg --config extensions.path=./path.py help foo > /dev/null
   622   $ hg --config extensions.path=./path.py help foo > /dev/null
   623   warning: error finding commands in $TESTTMP/hgext/forest.py (glob)
   623   warning: error finding commands in $TESTTMP/hgext/forest.py (glob)
   624   hg: unknown command 'foo'
   624   abort: no such help topic: foo
   625   warning: error finding commands in $TESTTMP/hgext/forest.py (glob)
   625   (try "hg help --keyword foo")
   626   [255]
   626   [255]
   627 
   627 
   628   $ cat > throw.py <<EOF
   628   $ cat > throw.py <<EOF
   629   > from mercurial import cmdutil, commands
   629   > from mercurial import cmdutil, commands
   630   > cmdtable = {}
   630   > cmdtable = {}